Skip to content

Commit

Permalink
fix(tabs): resolve property reactive problem (#1616)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJim authored Feb 20, 2023
1 parent a45eb8a commit 8499862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tab-panel/tab-panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default class TabPanel extends SuperComponent {
}

observers = {
label() {
'label, badgeProps, disabled, icon, panel, value'() {
this.update();
},
};
Expand Down

0 comments on commit 8499862

Please sign in to comment.