package.json | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
vite/plugins/setup-extend.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
package.json
@@ -39,6 +39,6 @@ "vite": "3.2.3", "vite-plugin-compression": "0.5.1", "vite-plugin-svg-icons": "2.0.1", "vite-plugin-vue-setup-extend": "0.4.0" "unplugin-vue-setup-extend-plus": "0.4.9" } } vite/plugins/setup-extend.js
@@ -1,5 +1,5 @@ import setupExtend from 'vite-plugin-vue-setup-extend' import setupExtend from 'unplugin-vue-setup-extend-plus/vite' export default function createSetupExtend() { return setupExtend() return setupExtend({}) }