mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix: fix PopupCloseIconPosition type (#8480)
Co-authored-by: zhengchuangchuang <zhengchuangchuang@kuaishou.com>
This commit is contained in:
parent
9849c76f72
commit
15d901ad6a
@ -31,7 +31,7 @@ export type PopupPosition = 'top' | 'left' | 'bottom' | 'right' | 'center' | '';
|
|||||||
export type PopupCloseIconPosition =
|
export type PopupCloseIconPosition =
|
||||||
| 'top-left'
|
| 'top-left'
|
||||||
| 'top-right'
|
| 'top-right'
|
||||||
| 'botttom-left'
|
| 'bottom-left'
|
||||||
| 'bottom-right';
|
| 'bottom-right';
|
||||||
|
|
||||||
const [name, bem] = createNamespace('popup');
|
const [name, bem] = createNamespace('popup');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user