gongchunyi
17 小时以前 050326c507ddbc3af1f73d198b06324626890094
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({})
}