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

@ -1,9 +1,3 @@
{
"extends": "./.nuxt/tsconfig.json",
"vueCompilerOptions": {
"plugins": [
"@vue-macros/volar/define-model",
"@vue-macros/volar/short-vmodel"
]
}
"extends": "./.nuxt/tsconfig.json"
}