Skip to content

Commit 1e53642

Browse files
authored
Fix syntax error on activeTabIndex
Add missing colon to activeTabIndex
1 parent cd6e259 commit 1e53642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Tabs.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
data: () => ({
4646
tabs: [],
4747
activeTabHash: '',
48-
activeTabIndex 0,
48+
activeTabIndex: 0,
4949
}),
5050
5151
computed: {

0 commit comments

Comments
 (0)