release 3.1.1

This commit is contained in:
梁灏 2018-09-18 10:41:48 +08:00
parent 0941fdc0be
commit 4a42b04737
47 changed files with 1405 additions and 1324 deletions

View file

@ -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: {

View file

@ -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