mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-26 19:51:56 +08:00
6 lines
138 B
JavaScript
6 lines
138 B
JavaScript
import setupExtend from 'unplugin-vue-setup-extend-plus/vite'
|
|
|
|
export default function createSetupExtend() {
|
|
return setupExtend({})
|
|
}
|