yaowanxin
2025-09-26 4206e321c969c84a874b5b264f4bb10f07e650a8
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({})
}