Files
shzg_projectManage/vite/plugins/setup-extend.js

6 lines
138 B
JavaScript
Raw Normal View History

2026-01-20 16:56:01 +08:00
import setupExtend from 'unplugin-vue-setup-extend-plus/vite'
export default function createSetupExtend() {
return setupExtend({})
}