Commit 3eaaf6f0033392e6800abfeaf218a41215689f18
Committed by
GitHub
1 parent
a25314e8
Fix TabPane interface name.
TabsPane should be TabPane
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
types/tabs.d.ts
| ... | ... | @@ -58,7 +58,7 @@ export declare interface Tabs extends Vue { |
| 58 | 58 | }; |
| 59 | 59 | } |
| 60 | 60 | |
| 61 | -export declare interface TabsPane extends Vue { | |
| 61 | +export declare interface TabPane extends Vue { | |
| 62 | 62 | /** |
| 63 | 63 | * 用于标识当前面板,对应 value,默认为其索引值 |
| 64 | 64 | */ |
| ... | ... | @@ -82,4 +82,4 @@ export declare interface TabsPane extends Vue { |
| 82 | 82 | * @default null |
| 83 | 83 | */ |
| 84 | 84 | closable?: boolean; |
| 85 | -} | |
| 86 | 85 | \ No newline at end of file |
| 86 | +} | ... | ... |