mirror of
https://github.com/chillzhuang/Saber.git
synced 2024-11-24 11:29:28 +08:00
6 lines
128 B
JavaScript
6 lines
128 B
JavaScript
|
import setupExtend from 'vite-plugin-vue-setup-extend'
|
||
|
|
||
|
export default function createSetupExtend () {
|
||
|
return setupExtend()
|
||
|
}
|