mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-17 22:08:25 +08:00
Demo:修复对象类型的标签数据在标签弹窗里回显错误的问题
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
backgroundColor: generateColorByContent(item)
|
||||
}"
|
||||
>
|
||||
{{ item }}
|
||||
{{ typeof item === 'string' ? item : item.text }}
|
||||
<div class="delBtn" @click="del(index)">
|
||||
<span class="iconfont iconshanchu"></span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user