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

[Feature Request] 希望可以增加v-slot来指定表单组件渲染到指定插槽 或者 v-content可以支持schema配置表单 #4061

Closed
1 task done
jc840031139 opened this issue Jan 10, 2024 · 0 comments

Comments

@jc840031139
Copy link

jc840031139 commented Jan 10, 2024

  • I have searched the issues of this repository and believe that this is not a duplicate.

What problem does this feature solve?

我主要想设计一个带有extra面板的组件 这个组件本身是一个Boolean值的表单 为true的时候可以有展开的效果

目前的配置我看了文档 好像不能支持的样子 也可能是我水平有限 如果可以配置的希望大佬能解惑一下 感激不尽

What does the proposed API look like?

{
  type: 'xxx',
  'x-decorator': xxx,
  'x-decorator-props':xxx,
  // 指定渲染到父级的某个slot中
  'x-slot': xxxSlot
  'x-component': 'xxx',
  'x-component-props': xxxx,
}
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

1 participant