Match-id-1736f139f9f6279b195bc5959b5a5698e57ede44
This commit is contained in:
parent
84f4423119
commit
2a11f59de8
|
@ -13,7 +13,7 @@ export function JSXElement(type, key, ref, vNode, props, source: Source | null)
|
||||||
return {
|
return {
|
||||||
// 元素标识符
|
// 元素标识符
|
||||||
vtype: TYPE_COMMON_ELEMENT,
|
vtype: TYPE_COMMON_ELEMENT,
|
||||||
_source: isDev ? source : null,
|
src: isDev ? source : null,
|
||||||
|
|
||||||
// 属于元素的内置属性
|
// 属于元素的内置属性
|
||||||
type: type,
|
type: type,
|
||||||
|
|
Loading…
Reference in New Issue