Merge pull request #4785 from andreiTn/2.0

Fix TabsPane interface name
This commit is contained in:
Aresn 2018-11-07 09:10:32 +08:00 committed by GitHub
commit 5f00d27e7f
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
*/