-
Notifications
You must be signed in to change notification settings - Fork 600
Open
Labels
🐞 bugSomething isn't workingSomething isn't working🧐 unconfirmedwaiting to be confirmedwaiting to be confirmed
Description
tdesign-vue-next 版本
1.18.2
重现链接
No response
重现步骤
有这样的一个源数据
<t-table :data="data" />const data = ref([
{
time:{
description:{
content: string
}
}
}
])使用后每个记录的time.description里除了content,又都多挂载了一个_ctx的vNode
因为使用了插槽进行网络请求,多了这个对象会导致无法JSON.stringify
期望结果
组件不要修改源数据添加多余的属性
实际结果
No response
框架版本
3.5.28
浏览器版本
No response
系统版本
No response
Node版本
No response
补充说明
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🐞 bugSomething isn't workingSomething isn't working🧐 unconfirmedwaiting to be confirmedwaiting to be confirmed