UNPKG

custom-bootstrap-vue

Version:

Custom version of bootstrap-vue created for providing specific theme to a particular project

15 lines (14 loc) 178 B
// @vue/component export default { props: { plain: { type: Boolean, default: false } }, computed: { custom() { return !this.plain } } }