chore(projects): release v0.10.3 thin branch

This commit is contained in:
Soybean
2023-06-15 19:35:35 +08:00
parent de2829fde7
commit d32e296473
122 changed files with 42 additions and 10893 deletions

View File

@ -48,7 +48,7 @@ export const useIconRender = () => {
}
if (!icon && !localIcon) {
window.console.warn('没有传递图标名称请确保给icon或localIcon传递有效值!');
throw Error('没有传递图标名称请确保给icon或localIcon传递有效值!');
}
return () => h(SvgIcon, { icon, localIcon, style });