Files
2025-08-15 14:05:08 +08:00

11 lines
473 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<t-cell title="单行标题" hover arrow />
<t-cell title="单行标题" hover required arrow />
<t-cell title="单行标题" hover arrow ariaLabel="单行标题有16条消息">
<t-badge count="{{16}}" slot="note" />
</t-cell>
<t-cell title="单行标题" hover>
<t-switch defaultValue="{{true}}" slot="note" />
</t-cell>
<t-cell title="单行标题" hover note="辅助信息" arrow />
<t-cell title="单行标题" hover arrow leftIcon="app" bordered="{{false}}" />