mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2025-10-13 21:30:28 +00:00
6 lines
116 B
TypeScript
6 lines
116 B
TypeScript
import setupExtend from 'unplugin-vue-setup-extend-plus/vite';
|
|
|
|
export default () => {
|
|
return setupExtend({});
|
|
};
|