Fix TabPane interface name.

TabsPane should be TabPane
This commit is contained in:
Andrei 2018-11-06 12:18:45 +00:00 committed by GitHub
parent a25314e846
commit 3eaaf6f003
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
types/tabs.d.ts vendored
View file

@ -58,7 +58,7 @@ export declare interface Tabs extends Vue {
};
}
export declare interface TabsPane extends Vue {
export declare interface TabPane extends Vue {
/**
* value
*/