@storyblok/vue 3.0.0 → 3.0.1-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
</a>
|
|
31
31
|
</p>
|
|
32
32
|
|
|
33
|
-
**Note**: This plugin is for Vue 3. [Check out the docs for Vue 2 version](https://github.com/storyblok/storyblok-vue/tree/master)
|
|
33
|
+
**Note**: This plugin is for Vue 3. [Check out the docs for Vue 2 version](https://github.com/storyblok/storyblok-vue/tree/master).
|
|
34
34
|
|
|
35
35
|
## 🚀 Usage
|
|
36
36
|
|
|
@@ -42,7 +42,7 @@ Install `@storyblok/vue@next`:
|
|
|
42
42
|
|
|
43
43
|
```bash
|
|
44
44
|
npm install --save-dev @storyblok/vue@next
|
|
45
|
-
|
|
45
|
+
# yarn add -D @storyblok/vue@next
|
|
46
46
|
```
|
|
47
47
|
|
|
48
48
|
Register it globally on your application (usually in `main.js`):
|