refactor: 补充提交
This commit is contained in:
parent
82d10e9f5c
commit
26e5296e7e
@ -161,7 +161,7 @@ const components: Record<string, Component> = {
|
|||||||
LayDatePicker,
|
LayDatePicker,
|
||||||
LayNoticeBar,
|
LayNoticeBar,
|
||||||
LayTransition,
|
LayTransition,
|
||||||
LayUpload
|
LayUpload,
|
||||||
};
|
};
|
||||||
|
|
||||||
const install = (app: App, options?: InstallOptions): void => {
|
const install = (app: App, options?: InstallOptions): void => {
|
||||||
@ -249,7 +249,7 @@ export {
|
|||||||
LayDatePicker,
|
LayDatePicker,
|
||||||
LayNoticeBar,
|
LayNoticeBar,
|
||||||
LayTransition,
|
LayTransition,
|
||||||
LayUpload
|
LayUpload,
|
||||||
};
|
};
|
||||||
|
|
||||||
export { layer };
|
export { layer };
|
||||||
|
Loading…
Reference in New Issue
Block a user