Skip to content

Commit 0277a0f

Browse files
committed
fixed Unexpected character
1 parent 10f2257 commit 0277a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/brackets-left.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import bracketsMixin from 'src/mixins/brackets-mixin'
2121
2222
export default {
23-
mixins: [bracketsMixin]
23+
mixins: [bracketsMixin],
2424
props: {
2525
showLength: Boolean
2626
},

0 commit comments

Comments
 (0)