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
1.1.3
win10/vue2.5.17
1.按照接口文档设置tabBarGutter为number类型,不生效; 2.设置string类型,如"90px",属性生效,但是控制台抛出类型校验错误 Invalid prop: type check failed for prop "tabBarGutter". Expected Number, got String.
tabBarGutter可配置为number类型,且属性生效
tabBarGutter可配置为number类型,属性不生效; tabBarGutter配置为string类型,属性生效,但是类型校验不通过。
The text was updated successfully, but these errors were encountered:
f597b7e
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sorry, something went wrong.
No branches or pull requests
Version
1.1.3
Environment
win10/vue2.5.17
Reproduction link
Steps to reproduce
1.按照接口文档设置tabBarGutter为number类型,不生效;
2.设置string类型,如"90px",属性生效,但是控制台抛出类型校验错误
Invalid prop: type check failed for prop "tabBarGutter". Expected Number, got String.
What is expected?
tabBarGutter可配置为number类型,且属性生效
What is actually happening?
tabBarGutter可配置为number类型,属性不生效;
tabBarGutter配置为string类型,属性生效,但是类型校验不通过。
The text was updated successfully, but these errors were encountered: