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