We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a4d0a7 commit a149241Copy full SHA for a149241
README.md
@@ -1,3 +1,7 @@
1
-# Nuxt Macros Demo
+# Vue Macros + Nuxt 3 demo
2
3
-[Nuxt 3](https://v3.nuxtjs.org/) + [Vue Macros](https://vue-macros.sxzz.moe/)
+- Vue 3
4
+- [Vue Macros](https://vue-macros.sxzz.moe/)
5
+- [Nuxt 3](https://v3.nuxtjs.org/)
6
+
7
+[Documentation](https://vue-macros.sxzz.moe/)
package.json
@@ -8,9 +8,9 @@
8
"postinstall": "nuxi prepare"
9
},
10
"devDependencies": {
11
- "@vue-macros/nuxt": "^0.2.0",
12
- "@vueuse/core": "^9.4.0",
13
- "@vueuse/nuxt": "^9.4.0",
+ "@vue-macros/nuxt": "^0.2.2",
+ "@vueuse/core": "^9.6.0",
+ "@vueuse/nuxt": "^9.6.0",
14
"nuxt": "3.0.0"
15
}
16
0 commit comments