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.3.5
chrome74 vue 2.6
给cascader组件的optons传入[ { label: "权限管理", value: 30004, children: [{ label: "菜单1", value: 30008 }] }, { label: "角色管理", value: 30005 }, { label: "资源管理", value: 30006 } ]
没有warning提示
warning提示
The text was updated successfully, but these errors were encountered:
fix: Cascader option.value supports String Number type
Cascader
option.value
String
Number
dbc0b2e
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.3.5
Environment
chrome74 vue 2.6
Reproduction link
Steps to reproduce
给cascader组件的optons传入[
{
label: "权限管理",
value: 30004,
children: [{ label: "菜单1", value: 30008 }]
},
{ label: "角色管理", value: 30005 },
{ label: "资源管理", value: 30006 }
]
What is expected?
没有warning提示
What is actually happening?
warning提示
The text was updated successfully, but these errors were encountered: