diff --git a/src/index.ts b/src/index.ts index 355c46a3..8d6cef05 100644 --- a/src/index.ts +++ b/src/index.ts @@ -161,7 +161,7 @@ const components: Record = { LayDatePicker, LayNoticeBar, LayTransition, - LayUpload + LayUpload, }; const install = (app: App, options?: InstallOptions): void => { @@ -249,7 +249,7 @@ export { LayDatePicker, LayNoticeBar, LayTransition, - LayUpload + LayUpload, }; export { layer };