RuoYi
2023-08-31 54ad578ec0505aeeabd0e79b0231f325a9412d21
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({})
}