Merge pull request #1 from andreiTn/tabs-type-tab-pane

Fix TabPane interface name.
This commit is contained in:
Andrei 2018-11-06 12:23:23 +00:00 committed by GitHub
commit 5e617bf626
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
*/