We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.4.8
https://codesandbox.io/s/tdesign-vue-demo-forked-gmt5hv?file=/src/demo.vue
在1.4.8版本之前使用t-checkbox-group,插槽内结构自定义无报错。
<t-checkbox-group size="small" v-model="checked"> <div class="dates-table"> <div class="row head"> <div class="col" v-for="i in week" :key="i"> {{ i }} </div> </div> <div class="body"> <div class="row"> <div class="col" v-for="(item, index) in calendar" :key="index"> <t-checkbox :key="index" v-if="item && item.date" :value="item.date" > <span>{{ item.date.slice(5) }}</span> </t-checkbox> </div> </div> </div> </div> </t-checkbox-group>
正常的时候应该渲染如下图
升级到1.4.8之后,上面代码无法正常渲染,控制台报错
能够像1.4.8版本之前正常渲染,无报错
报错,无法正常渲染
Vue(2.6.14)
chrome 114
windows 10
nodejs 14
No response
The text was updated successfully, but these errors were encountered:
👋 @qinshenxue,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
resolved in #2604
fixed in 1.5.0
No branches or pull requests
tdesign-vue 版本
1.4.8
重现链接
https://codesandbox.io/s/tdesign-vue-demo-forked-gmt5hv?file=/src/demo.vue
重现步骤
在1.4.8版本之前使用t-checkbox-group,插槽内结构自定义无报错。
正常的时候应该渲染如下图
升级到1.4.8之后,上面代码无法正常渲染,控制台报错
期望结果
能够像1.4.8版本之前正常渲染,无报错
实际结果
报错,无法正常渲染
框架版本
Vue(2.6.14)
浏览器版本
chrome 114
系统版本
windows 10
Node版本
nodejs 14
补充说明
No response
The text was updated successfully, but these errors were encountered: