mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2025-09-18 09:52:38 +00:00
6 lines
114 B
TypeScript
6 lines
114 B
TypeScript
import setupExtend from 'unplugin-vue-setup-extend-plus/vite'
|
|
|
|
export default () => {
|
|
return setupExtend({})
|
|
};
|