feat:添加插件vite-plugin-vue-setup-extend,支持直接在setup script标签定义name

This commit is contained in:
zhangchuanlong
2022-01-25 16:26:51 +08:00
parent f744043734
commit 5a05c6ee54
4 changed files with 16 additions and 4 deletions

10
package-lock.json generated
View File

@@ -2839,6 +2839,16 @@
}
}
},
"vite-plugin-vue-setup-extend": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/vite-plugin-vue-setup-extend/-/vite-plugin-vue-setup-extend-0.3.0.tgz",
"integrity": "sha512-9Nd7Bj4TftB2CoOAD2ZI4cHLW5zjKMF3LNihWbrnAPx3nuGBn33tM9SVUGBVjBB6uv1mGAPavwKCTU0xAD8qhw==",
"dev": true,
"requires": {
"@vue/compiler-sfc": "^3.2.26",
"magic-string": "^0.25.7"
}
},
"vooks": {
"version": "0.2.10",
"resolved": "https://registry.npmjs.org/vooks/-/vooks-0.2.10.tgz",