@vue-pivottable/nuxt 0.2.3-beta.1 → 0.2.4-beta.0

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,8 +15,8 @@ Nuxt is built on Vue, so each Nuxt version corresponds to a specific Vue version
15
15
 
16
16
  ## Demo
17
17
 
18
- - [Nuxt 3 Demo](https://nuxt3-pivottable.pages.dev/)
19
- - [Nuxt 2 Demo](https://nuxt2-pivottable.pages.dev/)
18
+ - [Nuxt 3 Demo](https://nuxt-vue3.pages.dev/)
19
+ - [Nuxt 2 Demo](https://nuxt-vue2.pages.dev/)
20
20
 
21
21
  ## Screenshots
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue-pivottable/nuxt",
3
- "version": "0.2.3-beta.1",
3
+ "version": "0.2.4-beta.0",
4
4
  "description": "Nuxt module for vue-pivottable (Nuxt 2/3 compatible)",
5
5
  "author": "Seungwoo321",
6
6
  "license": "MIT",