Match-id-1736f139f9f6279b195bc5959b5a5698e57ede44

This commit is contained in:
* 2022-08-08 14:25:18 +08:00 committed by *
parent 84f4423119
commit 2a11f59de8
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ export function JSXElement(type, key, ref, vNode, props, source: Source | null)
return {
// 元素标识符
vtype: TYPE_COMMON_ELEMENT,
_source: isDev ? source : null,
src: isDev ? source : null,
// 属于元素的内置属性
type: type,