You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
您好
请问 src\core\vdom\create-element.js createElement函数里
if (Array.isArray(data) || isPrimitive(data)) {
debugger
normalizationType = children
children = data
data = undefined
}
我不懂为什么要这么做,还希望能够指点一下,万分感谢!
The text was updated successfully, but these errors were encountered:
您好
请问 src\core\vdom\create-element.js createElement函数里
if (Array.isArray(data) || isPrimitive(data)) {
debugger
normalizationType = children
children = data
data = undefined
}
我不懂为什么要这么做,还希望能够指点一下,万分感谢!
The text was updated successfully, but these errors were encountered: