UNPKG

bootstrap-vue

Version:

Quickly integrate Bootstrap 4 components with Vue.js

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