release 3.1.0-rc.1
This commit is contained in:
parent
8e92ddf0fc
commit
506a057876
90 changed files with 616 additions and 616 deletions
6
dist/types/radio.d.ts
vendored
6
dist/types/radio.d.ts
vendored
|
@ -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 Radio extends Vue {
|
||||
export declare interface Radio extends Vue {
|
||||
/**
|
||||
* 只在单独使用时有效。可以使用 v-model 双向绑定数据
|
||||
* @default false
|
||||
|
@ -39,7 +39,7 @@ export declare class Radio extends Vue {
|
|||
$emit(eventName: 'on-change', arg: string | number | boolean): this;
|
||||
}
|
||||
|
||||
export declare class RadioGroup extends Vue {
|
||||
export declare interface RadioGroup extends Vue {
|
||||
/**
|
||||
* 指定当前选中的项目数据。可以使用 v-model 双向绑定数据
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue