MCPcopy Create free account
hub / github.com/TruthHun/BookStack / mergeClassData

Function mergeClassData

static/vuejs/vue.runtime.common.js:4232–4239  ·  view source on GitHub ↗
(child, parent)

Source from the content-addressed store, hash-verified

4230}
4231
4232function mergeClassData (child, parent) {
4233 return {
4234 staticClass: concat(child.staticClass, parent.staticClass),
4235 class: child.class
4236 ? [child.class, parent.class]
4237 : parent.class
4238 }
4239}
4240
4241function genClassFromData (data) {
4242 var dynamicClass = data.class;

Callers 1

genClassForVnodeFunction · 0.70

Calls 1

concatFunction · 0.70

Tested by

no test coverage detected