UNPKG

bootstrap-vue

Version:

Bootstrap 4 Components for Vue.js 2

12 lines (10 loc) 222 B
export default { computed: { checkboxClass() { return { 'custom-control': this.custom, 'form-check-inline': this.inline }; } } };