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