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
我主要想设计一个带有extra面板的组件 这个组件本身是一个Boolean值的表单 为true的时候可以有展开的效果
目前的配置我看了文档 好像不能支持的样子 也可能是我水平有限 如果可以配置的希望大佬能解惑一下 感激不尽
{ type: 'xxx', 'x-decorator': xxx, 'x-decorator-props':xxx, // 指定渲染到父级的某个slot中 'x-slot': xxxSlot 'x-component': 'xxx', 'x-component-props': xxxx, }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What problem does this feature solve?
我主要想设计一个带有extra面板的组件 这个组件本身是一个Boolean值的表单 为true的时候可以有展开的效果
目前的配置我看了文档 好像不能支持的样子 也可能是我水平有限 如果可以配置的希望大佬能解惑一下 感激不尽
What does the proposed API look like?
The text was updated successfully, but these errors were encountered: