refactor: 补充提交

This commit is contained in:
lockingreal 2022-03-27 17:56:50 +08:00
parent 82d10e9f5c
commit 26e5296e7e

View File

@ -161,7 +161,7 @@ const components: Record<string, Component> = {
LayDatePicker,
LayNoticeBar,
LayTransition,
LayUpload
LayUpload,
};
const install = (app: App, options?: InstallOptions): void => {
@ -249,7 +249,7 @@ export {
LayDatePicker,
LayNoticeBar,
LayTransition,
LayUpload
LayUpload,
};
export { layer };