mirror of
https://github.com/xiaoyiweb/YiAi.git
synced 2025-09-19 09:46:39 +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({})
|
|
}
|