打包到指定文件夹,更新到3.0.1的api

This commit is contained in:
yangd 2018-08-30 14:47:55 +08:00
parent 414730dde3
commit 61d5f551fd
3 changed files with 29 additions and 14 deletions

6
types/select.d.ts vendored
View file

@ -74,10 +74,10 @@ export declare class Select extends Vue {
*/
'label-in-value'?: boolean;
/**
* bottom top
* @default bottom
* topbottomtop-startbottom-starttop-endbottom-end
* @default bottom-start
*/
placement?: 'bottom' | 'top';
placement?: 'bottom' | 'top' | 'top-start' | 'bottom-start' | 'top-end' | 'bottom-end';
/**
* body Tabs fixed Table 使
*