mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-01-16 03:03:58 +08:00
6 lines
114 B
TypeScript
6 lines
114 B
TypeScript
import setupExtend from 'unplugin-vue-setup-extend-plus/vite'
|
|
|
|
export default () => {
|
|
return setupExtend({})
|
|
};
|