Skip to content

Commit

Permalink
fix(Tab): disabled does not work in vue3, close #952
Browse files Browse the repository at this point in the history
  • Loading branch information
Javey committed Jan 22, 2024
1 parent 9b015dd commit 654979c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/tabs/tab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const typeDefs: Required<TypeDefs<TabProps>> = {

export class Tab extends Component<TabProps, TabEvents> {
static template = template;
static typeDefs = typeDefs;

private tabs = inject<Tabs>(TABS)!;
private config = useConfigContext();
Expand Down

0 comments on commit 654979c

Please sign in to comment.