spring
2 天以前 2c9131453f4be5dd9bf67115e7c35159803f407b
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({})
}