Skip to content
New issue

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

cascader的options.value只接受string类型不合理,应该支持string和number #595

Closed
1 task
kotoyo1516 opened this issue Mar 17, 2019 · 1 comment
Closed
1 task
Labels

Comments

@kotoyo1516
Copy link

  • I have searched the issues of this repository and believe that this is not a duplicate.

Version

1.3.5

Environment

chrome74 vue 2.6

Reproduction link

Edit on CodeSandbox

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提示

@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants