Tencent / tmagic-editor

Other
4.22k stars 714 forks source link

Select的下拉选项无法正常渲染 #584

Closed backrunner closed 7 months ago

backrunner commented 8 months ago

Describe the bug 引入 @tmagic/form 后,配合 tdesign-vue-next 使用,按照示例传递 select 的 config:

[{
  type: "select",
  text: "下拉选项",
  name: "select",
  options: [
      { text: "选项1", value: 1 },
      { text: "选项2", value: 2 },
  ],
}]

目前现象是下拉框可以渲染,选项不能正常渲染。使用 devtools 看,到 props 的传递没有问题,但是下层的 options 没有渲染出来,SelectOptions 组件的 setup 断点未触发。

To Reproduce

1、使用 @tmagic/form + tdesign-vue-next 2、传入 config 3、点击 select

Expected behavior 应该要能正常渲染出选项

Screenshots

image

Desktop (please complete the following information):