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

Function needsNormalization

static/vuejs/vue.js:8779–8781  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

8777}
8778
8779function needsNormalization (el) {
8780 return el.for !== undefined || el.tag === 'template' || el.tag === 'slot'
8781}
8782
8783function maybeComponent (el) {
8784 return !isPlatformReservedTag$1(el.tag)

Callers 1

getNormalizationTypeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected