2026-04-28 074044c748b2e55a422efc5f59a0887b33bb8d5c
1
2
3
4
5
import setupExtend from 'unplugin-vue-setup-extend-plus/vite'
 
export default function createSetupExtend() {
    return setupExtend({})
}