[improvement] Dialog: support local registration
This commit is contained in:
@@ -100,3 +100,7 @@ test('button text', () => {
|
||||
});
|
||||
expect(wrapper).toMatchSnapshot();
|
||||
});
|
||||
|
||||
test('dialog component', () => {
|
||||
expect(Dialog.Component).toEqual(DialogVue);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user