refactor: switch nuxt module of vue macros (#27)

This commit is contained in:
三咲智子 Kevin Deng 2022-11-23 16:07:28 +08:00 committed by GitHub
parent 47914d59b6
commit c42fe49ce9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 64 additions and 47 deletions

View file

@ -21,7 +21,7 @@
"@types/fs-extra": "^9.0.13",
"@types/sanitize-html": "^2.6.2",
"@unocss/nuxt": "^0.46.5",
"@vue-macros/volar": "^0.5.3",
"@vue-macros/nuxt": "^0.0.2",
"@vueuse/nuxt": "^9.5.0",
"blurhash": "^2.0.4",
"eslint": "^8.27.0",
@ -35,7 +35,6 @@
"rollup-plugin-node-polyfills": "^0.2.1",
"sanitize-html": "^2.7.3",
"typescript": "^4.9.3",
"ufo": "^1.0.0",
"unplugin-vue-macros": "^0.16.4"
"ufo": "^1.0.0"
}
}