Skip to content

Commit

Permalink
fix(tabs): fix build error (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
start940315 authored Jan 6, 2022
1 parent f181f68 commit 25151a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tabs/tab-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { renderContent } from '../utils/render-tnode';
import { prefix } from '../config';
import Tabs from './tabs';

interface TabPanel extends Vue {
export interface TabPanel extends Vue {
parent?: InstanceType<typeof Tabs>;
}

Expand Down

0 comments on commit 25151a3

Please sign in to comment.