review:【antd】【mp】菜单优化

This commit is contained in:
YunaiV
2025-11-09 15:31:20 +08:00
parent 15215b4f4c
commit f8abee2b63
5 changed files with 56 additions and 51 deletions

View File

@@ -1,3 +1,4 @@
// TODO @hw如果只有自己组件里用一般是 modules所以这个目录要改成 modules 哈(自己模块的一部分);如果要给外部的组件用,可以叫 components
export { default as MenuEditor } from './menu-editor.vue';
export { default as MenuPreviewer } from './menu-previewer.vue';
export * from './menuOptions';