Files

12 lines
454 B
Plaintext
Raw Permalink Normal View History

2025-08-15 14:05:08 +08:00
<t-notice-bar visible="{{visible}}" suffixIcon="chevron-right" bind:click="click">
<view slot="content" class="inline"> 这是一条普通的通知信息 </view>
<t-link slot="operation" content="详情" theme="primary" underline="{{false}}" navigator-props="{{navigatorProps}}" />
</t-notice-bar>
<t-notice-bar
visible="{{visible}}"
suffixIcon="chevron-right"
content="这是一条普通的通知信息"
bind:click="click"
></t-notice-bar>