You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
placement | String | top | Typescript:`PopupPlacement``type PopupPlacement = 'top'\|'left'\|'right'\|'bottom'\|'top-left'\|'top-right'\|'bottom-left'\|'bottom-right'\|'left-top'\|'left-bottom'\|'right-top'\|'right-bottom'`。[see more ts definition](https://github.com/Tencent/tdesign-vue/tree/develop/src/popup/type.ts) | N
20
21
popperOptions | Object | - | popper initial options,details refer to https://popper.js.org/docs | N
21
22
showArrow | Boolean | false | \- | N
22
-
trigger | String | hover | options:hover/click/focus/mousedown/context-menu | N
23
+
trigger | String | hover | options: hover/click/focus/mousedown/context-menu | N
23
24
triggerElement | String / Slot / Function | - | Typescript:`string \| TNode`。[see more ts definition](https://github.com/Tencent/tdesign-vue/blob/develop/src/common.ts) | N
24
25
visible | Boolean | - | `v-model` is supported。Typescript:`boolean` | N
25
26
defaultVisible | Boolean | - | uncontrolled property。Typescript:`boolean` | N
0 commit comments