Tencent / Tencent/tdesign-miniprogram
[单元格组件] qq分支无法使用组件样式
Nobody has claimed this yet.
- Dominant language
- Vue
- Stars
- 1.8k
- Forks
- 337
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 19
Description
tdesign-miniprogram 版本
重现链接
No response
重现步骤
根据WeChat改了,单无法使用这个组件样式
<t-cell-group theme="card">
<t-cell title="单行标题" leftIcon="service" hover arrow />
<t-cell title="单行标题" leftIcon="internet" hover arrow />
<t-cell title="单行标题" leftIcon="lock-on" hover arrow />
</t-cell-group>
{
"component": true,
"usingComponents": {
"t-cell-group": "tdesign-qq-miniprogram/cell-group/cell-group",
"t-cell": "tdesign-qq-miniprogram/cell/cell",
"t-cell": "tdesign-qq-miniprogram/cell/cell"
}
}
期望结果
希望可以添加这个组件支持
实际结果
No response
基础库版本
1.62.8
补充说明
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the QQ mini-program usage shown in the issue, especially the t-cell-group theme="card" and t-cell component configuration. Compare the QQ branch with the corresponding WeChat component implementation and inspect how component styles are registered. Done means the card-themed cell group renders its styles correctly in QQ mini-programs with the provided configuration.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100