UNPKG

custom-bootstrap-vue

Version:

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

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