diff --git a/public/vcCore/vcFramework.js b/public/vcCore/vcFramework.js index 6a794950c..837bb6547 100644 --- a/public/vcCore/vcFramework.js +++ b/public/vcCore/vcFramework.js @@ -224,7 +224,7 @@ let _componentName = _tree.vcCreate.getAttribute('path'); //console.log('_componentName', _componentName, _tree); if (!vcFramework.isNotEmpty(_componentName)) { - throw '组件未包含path 属性'+_tree.vcCreate; + throw '组件未包含path 属性'+_tree.vcCreate.outHtml; } //开始加载组件 let _componentElement = await loadComponent(_componentName, _tree);