Skip to content

Commit ccca54b

Browse files
author
bootstrap-vue-bot
committed
linter fixes
1 parent 2b06051 commit ccca54b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/collapse.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
2424
data() {
2525
return {
26-
show: false,
26+
show: false
2727
};
2828
},
2929
@@ -33,7 +33,7 @@
3333
'navbar-collapse': this.isNav,
3434
show: this.show
3535
};
36-
},
36+
}
3737
},
3838
3939
props: {
@@ -60,7 +60,7 @@
6060
}
6161
this.toggle();
6262
});
63-
},
63+
}
6464
};
6565
6666
</script>

0 commit comments

Comments
 (0)