vue-devui icon indicating copy to clipboard operation
vue-devui copied to clipboard

✨ [Feature]: tree使用自定义的data类型

Open 304541805 opened this issue 1 year ago • 0 comments

What problem does this feature solve

我想使用自定义的data树形结构,比如后台返回的数据是[{title: 'Parent node 1'},{title: 'Parent node 1'}]而非label

What does the proposed API look like

可不可以加个自定义字段名的属性 :prop="{ label: 'title'}"

304541805 avatar Jan 13 '24 16:01 304541805