Skip to content

Commit

Permalink
fix(tab-bar): resolve item without value (#914)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJim authored Oct 15, 2022
1 parent 088eeb5 commit 602f4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tab-bar/tab-bar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default class Tabbar extends SuperComponent {

externalClasses = [`${prefix}-class`];

backupValue: 0;
backupValue = 0;

data = {
prefix,
Expand Down

0 comments on commit 602f4f4

Please sign in to comment.