d.ts升级到对应的iview 3.4.0版本
This commit is contained in:
parent
4ac6bce418
commit
6e16a96e94
12 changed files with 78 additions and 5 deletions
5
types/dropdown.d.ts
vendored
5
types/dropdown.d.ts
vendored
|
@ -32,6 +32,11 @@ export declare interface Dropdown extends Vue {
|
|||
* 开启 transfer 时,给浮层添加额外的 class 名称
|
||||
*/
|
||||
'transfer-class-name'?: string;
|
||||
/**
|
||||
* 是否开启 stop-propagation
|
||||
* @default false
|
||||
*/
|
||||
'stop-propagation'?: boolean;
|
||||
/**
|
||||
* 点击菜单项时触发
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue