chore(Dialog): improve code

This commit is contained in:
chenjiahan
2020-08-31 11:53:40 +08:00
parent 44aaa47187
commit e1ac3f9a58
2 changed files with 8 additions and 7 deletions
+2 -1
View File
@@ -1,3 +1,5 @@
import { watch, onMounted, onUnmounted } from 'vue';
// Utils
import { createNamespace, isDef } from '../utils';
import { lockClick } from './lock-click';
@@ -6,7 +8,6 @@ import { lockClick } from './lock-click';
import Icon from '../icon';
import Popup from '../popup';
import Loading from '../loading';
import { watch, onMounted, onUnmounted } from 'vue';
const [createComponent, bem] = createNamespace('toast');