打包到指定文件夹,更新到3.0.1的api
This commit is contained in:
parent
414730dde3
commit
61d5f551fd
3 changed files with 29 additions and 14 deletions
6
types/select.d.ts
vendored
6
types/select.d.ts
vendored
|
@ -74,10 +74,10 @@ export declare class Select extends Vue {
|
|||
*/
|
||||
'label-in-value'?: boolean;
|
||||
/**
|
||||
* 弹窗的展开方向,可选值为 bottom 和 top
|
||||
* @default bottom
|
||||
* 弹窗的展开方向,可选值为 top、bottom、top-start、bottom-start、top-end、bottom-end
|
||||
* @default bottom-start
|
||||
*/
|
||||
placement?: 'bottom' | 'top';
|
||||
placement?: 'bottom' | 'top' | 'top-start' | 'bottom-start' | 'top-end' | 'bottom-end';
|
||||
/**
|
||||
* 是否将弹层放置于 body 内,在 Tabs、带有 fixed 的 Table 列内使用时,
|
||||
* 建议添加此属性,它将不受父级样式影响,从而达到更好的效果
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue