baidu / amis

前端低代码框架,通过 JSON 配置就能生成各种页面。
https://baidu.github.io/amis/
Apache License 2.0
17.32k stars 2.51k forks source link

【formItem注册sdk】组件label渲染bug,(有在线demo) #7854

Open zhushibo opened 1 year ago

zhushibo commented 1 year ago

描述问题:

使用formItem注册组件,item的label渲染出了组件部分内容

截图或视频:

image

之前看到有人提供类似的问题,这可能是vue才能出现?

下面链接可在线访问 https://codesandbox.io/s/vue3-vite-forked-wqvq78?file=/App.vue

  1. 你是如何使用 amis 的? sdk

  2. amis 版本是什么?请先在最新 beta 版本测试问题是否存在 3.3.0

  3. 粘贴有问题的完整 amis schema 代码:

    
    <template>
    <div>
    <div id="box"></div>
    </div>
    </template>


4. 操作步骤
请简单描述一下复现的操作步骤...
github-actions[bot] commented 1 year ago

👍 Thanks for this! 🏷 I have applied any labels matching special text in your issue.

Please review the labels and make any necessary changes.

mizhicangyue commented 1 year ago

遇到类似的问题是label渲染不出来。反而会渲染出两个。用的vue3,sdk最新beta版本。 image

image image

mizhicangyue commented 1 year ago

所以应该咋解决呢?