Skip to content

Commit 2cc275c

Browse files
committed
fix(scroll-nav-bar): sync txts too
1 parent 863c618 commit 2cc275c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/scroll-nav-bar/scroll-nav-bar.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@
8383
this.usedTxts = newLabels
8484
}
8585
},
86+
txts(newTxts) {
87+
this.usedTxts = newTxts
88+
},
8689
current(newVal) {
8790
this.active = newVal
8891
},

0 commit comments

Comments
 (0)