Merge pull request #1 from andreiTn/tabs-type-tab-pane
Fix TabPane interface name.
This commit is contained in:
commit
5e617bf626
1 changed files with 2 additions and 2 deletions
2
types/tabs.d.ts
vendored
2
types/tabs.d.ts
vendored
|
@ -58,7 +58,7 @@ export declare interface Tabs extends Vue {
|
|||
};
|
||||
}
|
||||
|
||||
export declare interface TabsPane extends Vue {
|
||||
export declare interface TabPane extends Vue {
|
||||
/**
|
||||
* 用于标识当前面板,对应 value,默认为其索引值
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue