UNPKG

custom-bootstrap-vue

Version:

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

11 lines (9 loc) 209 B
import getScopeId from '../utils/get-scope-id' export default { computed: { scopedStyleAttrs() { const scopeId = getScopeId(this.$parent) return scopeId ? { [scopeId]: '' } : {} } } }