fix: todo修复
This commit is contained in:
5
apps/web-antd/src/views/mp/menu/modules/index.ts
Normal file
5
apps/web-antd/src/views/mp/menu/modules/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// DONE @hw:如果只有自己组件里用,一般是 modules,所以这个目录要改成 modules 哈(自己模块的一部分);如果要给外部的组件用,可以叫 components;
|
||||
export { default as MenuEditor } from './editor.vue';
|
||||
export { default as MenuPreviewer } from './previewer.vue';
|
||||
export type * from './types';
|
||||
export * from './types';
|
||||
Reference in New Issue
Block a user