mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-11 04:00:50 +08: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()
|
||
|
|
}
|