mirror of
https://gitee.com/fantastic-admin/basic.git
synced 2024-12-06 05:57:58 +08:00
6 lines
136 B
TypeScript
6 lines
136 B
TypeScript
import setupExtend from 'unplugin-vue-setup-extend-plus/vite'
|
|
|
|
export default function createSetupExtend() {
|
|
return setupExtend({})
|
|
}
|