letsgocoding
2025-02-11 8774f95f86420215f8cc9e357598f250710158ed
1
2
3
4
5
import setupExtend from 'unplugin-vue-setup-extend-plus/vite'
 
export default function createSetupExtend() {
    return setupExtend({})
}