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
1.6.8
No response
无法股提供案例,因为全屏权限被禁 `vue
<!-- 使用 content 属性渲染浮层内容 --> <t-popup content="可以在浮层内容中描述禁用原因"> <div><t-button variant="outline" disabled>禁用状态</t-button></div> </t-popup> <!-- 使用 content 插槽渲染浮层内容 --> <!-- slot="content" 写法不建议使用,请使用 #content 写法 --> <t-popup> <t-button variant="outline">触发元素</t-button> <!-- <div slot="content">触发元素是指触发浮层内容显示的元素</div> --> <template #content> <div>触发元素是指触发浮层内容显示的元素</div> </template> </t-popup> <!-- 使用 content 渲染函数输出浮层内容 --> <t-popup :content="renderPopupContent"> <t-button variant="outline">浮层内容</t-button> </t-popup>
`
The text was updated successfully, but these errors were encountered:
👋 @zhoulujun,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
attach 改成父组件?
No branches or pull requests
tdesign-vue 版本
1.6.8
重现链接
No response
重现步骤
无法股提供案例,因为全屏权限被禁
`vue
`
期望结果
No response
实际结果
No response
框架版本
No response
浏览器版本
No response
系统版本
No response
Node版本
No response
补充说明
No response
The text was updated successfully, but these errors were encountered: