release 3.1.1
This commit is contained in:
parent
0941fdc0be
commit
4a42b04737
47 changed files with 1405 additions and 1324 deletions
4
dist/types/iview.components.d.ts
vendored
4
dist/types/iview.components.d.ts
vendored
|
@ -65,8 +65,8 @@ export { Upload } from './upload';
|
|||
|
||||
declare const API: {
|
||||
version: string;
|
||||
locale: (l) => void;
|
||||
i18n: (fn) => void;
|
||||
locale: (l:any) => void;
|
||||
i18n: (fn:any) => void;
|
||||
install: (
|
||||
Vue: Vue,
|
||||
opts: {
|
||||
|
|
2
dist/types/table.d.ts
vendored
2
dist/types/table.d.ts
vendored
|
@ -242,7 +242,7 @@ export declare interface TableColumn {
|
|||
* 需要监听 Table 的 on- sort - change 事件,默认false
|
||||
* @default false
|
||||
*/
|
||||
sortable?: boolean;
|
||||
sortable?: boolean | 'custom';
|
||||
/**
|
||||
* 自定义排序使用的方法,接收三个参数 a 、 b 和 type,
|
||||
* 当设置 sortable?: true 时有效。type 值为 asc 和 desc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue