提交 839ae770 编写于 作者: P pissang

tweak log content when component missing

上级 4719d54c
......@@ -292,7 +292,7 @@ export function enableClassManagement(
throw new Error(
!subType
? mainType + '.' + 'type should be specified.'
: 'Component ' + mainType + '.' + (subType || '') + ' not exists. Load it first.'
: 'Component ' + mainType + '.' + (subType || '') + ' is used but not imported.'
);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册