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

Function needsNormalization

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

Source from the content-addressed store, hash-verified

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

Callers 1

getNormalizationTypeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected