mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-09-14 16:19:13 +00:00
6 lines
129 B
JavaScript
6 lines
129 B
JavaScript
import setupExtend from 'vite-plugin-vue-setup-extend'
|
|
|
|
export default function createSetupExtend() {
|
|
return setupExtend()
|
|
}
|