mirror of
https://github.com/youzan/vant.git
synced 2026-05-05 01:00:55 +08:00
chore(Popup): adjust shared props (#8224)
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user