mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-10 16:31:08 +08:00
6 lines
153 B
TypeScript
6 lines
153 B
TypeScript
import './styles/index.scss';
|
|
|
|
export * from './components/normal-menu';
|
|
export type * from './interface';
|
|
export { default as Menu } from './menu.vue';
|