wangzhibo
8 天以前 652993fc47ebecebfb0c3f42686a6d7f2615a1c5
1
2
3
4
5
6
7
8
9
import { type ModuleConfig } from '/@/cool';
 
export default (): ModuleConfig => {
    return {
        index: {
            component: import('./components/index.vue')
        }
    };
};