element-plus [Component] [tree-select] tree-select value can't use type of object

pbossiut  于 5个月前  发布在  其他
关注(0)|答案(2)|浏览(106)

Bug Type: Component

Environment

  • Vue Version: 3.2.36
  • Element Plus Version: 2.2.26
  • Browser / OS: Chrome 108.0.5359.73 / Windows 10
  • Build Tool: Vue CLI

Reproduction

  • el-tree-select

Element Plus Playground

Steps to reproduce

just use object as children's value,open the demo.click tree select,then click nodes.

What is Expected?

the echo is right

What is actually happening?

see demo

Additional comments

(empty)

ctrmrzij

ctrmrzij1#

You are looking for this ?

zc0qhyus

zc0qhyus2#

@itsalimanuel thanks your reply,but my value's type is Object.if just string it's all fine

相关问题