(component): update

This commit is contained in:
就眠儀式 2022-08-14 00:12:54 +08:00
parent ac4f60efa6
commit ee3eb47b3f
2 changed files with 2 additions and 2 deletions

View File

@ -173,7 +173,7 @@ const components: Record<string, Plugin> = {
LayNoticeBar,
LayPageHeader,
LayCascader,
LayAffix
LayAffix,
};
const install = (app: App, options?: InstallOptions): void => {

View File

@ -426,7 +426,7 @@ const menus = [
path: "/zh-CN/components/photo",
},
],
}
},
];
export default menus;