File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 11import { ABreadcrumb } from './a-breadcrumb' ;
22import { AInputField } from './a-input-field' ;
33import { AToast , AToastWrapper } from './a-toast' ;
4+ import { AModal } from './a-modal' ;
45
56export {
67 ABreadcrumb ,
78 AInputField ,
89 AToast ,
910 AToastWrapper ,
11+ AModal ,
1012} ;
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ import {
2121 AToastPlugin ,
2222 ATooltip ,
2323 ATooltipPlugin ,
24+ AModal ,
2425} from '@/export' ;
2526
2627const 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 ) ;
You can’t perform that action at this time.
0 commit comments