huminmin
2 天以前 070cf8c2deb1bed71aaefad7775543ec97441628
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({})
}