[improvement] Dialog: support local registration

This commit is contained in:
陈嘉涵
2019-05-31 10:50:07 +08:00
parent a13cdcae61
commit 18ad532a91
3 changed files with 32 additions and 3 deletions

View File

@@ -100,3 +100,7 @@ test('button text', () => {
});
expect(wrapper).toMatchSnapshot();
});
test('dialog component', () => {
expect(Dialog.Component).toEqual(DialogVue);
});