mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2025-09-11 06:29:11 +00:00
6 lines
113 B
TypeScript
6 lines
113 B
TypeScript
import VueSetupExtend from 'vite-plugin-vue-setup-extend';
|
|
|
|
export default () => {
|
|
return VueSetupExtend();
|
|
};
|