MCPcopy Create free account
hub / github.com/ygs-code/vue / needsNormalization

Function needsNormalization

vue.js:15200–15202  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

15198
15199 //如果for属性存在或者tag等于template或者是slot 则问真
15200 function needsNormalization(el) {
15201 return el.for !== undefined || el.tag === 'template' || el.tag === 'slot'
15202 }
15203
15204 //根据node.type 属性不同调用不同的方法
15205 function genNode(node, state) {

Callers 1

getNormalizationTypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected