Skip to content
New issue

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

🐛 [Bug]: 表格组件(tiny-grid)单元格插槽,暴露给插槽变量透传问题 #763

Open
langyjn opened this issue Aug 27, 2024 · 1 comment

Comments

@langyjn
Copy link

langyjn commented Aug 27, 2024

Environment

chrome

Version

latest

Version

latest

Link to minimal reproduction

none

Step to reproduce

  1. 配置一个表格,选择一列配置插槽,暴露变量row,在插槽内拖入一个按钮
    1

  2. 可见按钮组件入参能够绑定暴露变量row
    2

  3. 但是点击按钮内的text组件,绑定变量不能选择到暴露变量row,可见暴露变量只出现在插槽的第一层组件,内部的组件选择不到暴露属性
    3

  4. 但如果在text组件绑定变量时直接手输row.employee,是可以生效的,所以内部的组件也应该在变量菜单上加上
    4

What is expected

No response

What is actually happening

No response

What is your project name

tiny-engine develop

Any additional comments (optional)

No response

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


Title: 🐛 [Bug]: Table component (tiny-grid) cell slot is exposed to slot variable transparent transmission problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants