Skip to content

Commit 05da4d5

Browse files
committed
Chore: 1.3.2
1 parent f7d33e6 commit 05da4d5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The AppProvider component is `required` to use PolarisVue. Without it, the compo
7171
```
7272

7373

74-
## NUXT 3
74+
## NUXT 3
7575

7676
We have tested support for Nuxt 3 in non-SSR mode only. To use with Nuxt 3, follow the below configuration and then use the plugin in your components/pages
7777

@@ -102,6 +102,7 @@ export default defineNuxtConfig({
102102
});
103103
```
104104

105+
105106
## De-duplicating Vue version
106107

107108
`PolarisVue`, other packages and your project may require access to the global Vue reference. So sometimes, you may get the runtime error message like:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ownego/polaris-vue",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"polaris_version": "10.12.0",
55
"description": "Shopify Polaris UI library for Vue 3",
66
"author": "Ownego Team",

0 commit comments

Comments
 (0)