release 3.1.0-rc.1

This commit is contained in:
梁灏 2018-09-03 13:28:21 +08:00
parent 8e92ddf0fc
commit 506a057876
90 changed files with 616 additions and 616 deletions

View file

@ -2,9 +2,9 @@
// Project: https://github.com/iview/iview
// Definitions by: yangdan
// Definitions: https://github.com/yangdan8/iview.git
import Vue,{ VNode } from 'vue';
import Vue, { VNode } from 'vue';
export declare class Checkbox extends Vue {
export declare interface Checkbox extends Vue {
/**
* 使使 v-model
* @default false
@ -44,7 +44,7 @@ export declare class Checkbox extends Vue {
$emit(eventName: 'on-change', value: boolean): this;
}
export declare class CheckboxGroup extends Vue {
export declare interface CheckboxGroup extends Vue {
/**
* 使 v-model
* @default []