@vue-pivottable/nuxt 0.2.1 → 0.2.2-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 +8 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,6 +13,11 @@ Nuxt is built on Vue, so each Nuxt version corresponds to a specific Vue version
|
|
|
13
13
|
|
|
14
14
|
> **Note:** Nuxt 2 uses Vue 2 internally, and Nuxt 3 uses Vue 3. Make sure to install the correct version of `vue-pivottable` that matches your Nuxt/Vue version.
|
|
15
15
|
|
|
16
|
+
## Demo
|
|
17
|
+
|
|
18
|
+
- [Nuxt 3 Demo](https://nuxt3-pivottable.pages.dev/)
|
|
19
|
+
- [Nuxt 2 Demo](https://nuxt2-pivottable.pages.dev/)
|
|
20
|
+
|
|
16
21
|
## Screenshots
|
|
17
22
|
|
|
18
23
|
### Nuxt 3 (Vue 3)
|
|
@@ -34,13 +39,13 @@ Nuxt is built on Vue, so each Nuxt version corresponds to a specific Vue version
|
|
|
34
39
|
## Installation
|
|
35
40
|
|
|
36
41
|
```bash
|
|
37
|
-
|
|
42
|
+
pnpm add @vue-pivottable/nuxt
|
|
38
43
|
|
|
39
44
|
# For Nuxt 3 (Vue 3)
|
|
40
|
-
|
|
45
|
+
pnpm add vue-pivottable@^1.0.0
|
|
41
46
|
|
|
42
47
|
# For Nuxt 2 (Vue 2)
|
|
43
|
-
|
|
48
|
+
pnpm add vue-pivottable@^0.4.69
|
|
44
49
|
```
|
|
45
50
|
|
|
46
51
|
## Usage
|