UNPKG

nly-adminlte-vue

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