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

Function needsNormalization

static/vuejs/vue.esm.js:8783–8785  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

8781}
8782
8783function needsNormalization (el) {
8784 return el.for !== undefined || el.tag === 'template' || el.tag === 'slot'
8785}
8786
8787function maybeComponent (el) {
8788 return !isPlatformReservedTag$1(el.tag)

Callers 1

getNormalizationTypeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected