Skip to content

Commit ea0cd59

Browse files
committed
fix: adjust a-modal
1 parent e9fc929 commit ea0cd59

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/components/molecules/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
import { ABreadcrumb } from './a-breadcrumb';
22
import { AInputField } from './a-input-field';
33
import { AToast, AToastWrapper } from './a-toast';
4+
import { AModal } from './a-modal';
45

56
export {
67
ABreadcrumb,
78
AInputField,
89
AToast,
910
AToastWrapper,
11+
AModal,
1012
};

src/plugins/aurora-plugin/aurora-plugin.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import {
2121
AToastPlugin,
2222
ATooltip,
2323
ATooltipPlugin,
24+
AModal,
2425
} from '@/export';
2526

2627
const AuroraPlugin = {
@@ -45,6 +46,7 @@ const AuroraPlugin = {
4546
Vue.component('a-title', ATitle);
4647
Vue.component('a-toast', AToast);
4748
Vue.component('a-tooltip', ATooltip);
49+
Vue.component('a-modal', AModal);
4850

4951
Vue.use(AToastPlugin);
5052
Vue.use(ATooltipPlugin);

0 commit comments

Comments
 (0)