chore(Popup): adjust shared props (#8224)

This commit is contained in:
neverland
2021-02-26 10:33:55 +08:00
committed by GitHub
parent cb6276451e
commit 87b6654900
6 changed files with 59 additions and 50 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
import { PropType } from 'vue';
import { createNamespace, UnknownProp } from '../utils';
import Popup, { popupSharedProps } from '../popup';
import Popup from '../popup';
import { popupSharedProps } from '../popup/shared';
const [createComponent, bem] = createNamespace('notify');