UNPKG

bootstrap-vue

Version:

Bootstrap 4 Components for Vue.js 2

14 lines (13 loc) 204 B
export default { computed: { custom() { return !this.plain; } }, props: { plain: { type: Boolean, default: false } } };