UNPKG

bootstrap-vue

Version:

Quickly integrate Bootstrap 4 components with Vue.js

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