Files
MiniProgram/ProjectLiaisonForm/pages/notice-bar/iconDemo/index.wxml

6 lines
228 B
Plaintext
Raw Normal View History

2025-08-15 14:05:08 +08:00
<t-notice-bar visible="{{visible}}" prefixIcon="{{false}}" content="提示文字描述提示文字描述提示文字描述">
<view slot="prefix-icon">
<t-icon name="error-circle-filled"></t-icon>
</view>
</t-notice-bar>