We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如果组件的 properties 写了错误的语法,是否应该报错,提示用户改成正确的写法。
properties: { color: 'red', }
转换为
color: { type: String, value: 'red' }
The text was updated successfully, but these errors were encountered:
目前的报错很难看出问题出在哪里
Sorry, something went wrong.
No branches or pull requests
问题描述?
如果组件的 properties 写了错误的语法,是否应该报错,提示用户改成正确的写法。
重现步骤
期望的结果
转换为
The text was updated successfully, but these errors were encountered: