MCPcopy Index your code
hub / github.com/TruthHun/BookStack / mergeClassData

Function mergeClassData

static/vuejs/vue.runtime.esm.js:4230–4237  ·  view source on GitHub ↗
(child, parent)

Source from the content-addressed store, hash-verified

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

Callers 1

genClassForVnodeFunction · 0.70

Calls 1

concatFunction · 0.70

Tested by

no test coverage detected