mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
20 lines
612 B
Plaintext
20 lines
612 B
Plaintext
<demo-block title="基础用法">
|
|
<van-notice-bar
|
|
text="{{ text }}"
|
|
left-icon="//img.yzcdn.cn/public_files/2017/8/10/6af5b7168eed548100d9041f07b7c616.png"
|
|
/>
|
|
</demo-block>
|
|
|
|
<demo-block title="通告栏模式">
|
|
<van-notice-bar mode="closeable" text="{{ text }}" custom-class="demo-margin-bottom" />
|
|
<van-notice-bar mode="link" text="{{ text }}" />
|
|
</demo-block>
|
|
|
|
<demo-block title="禁用滚动">
|
|
<van-notice-bar scrollable="{{ false }}" text="{{ text }}" />
|
|
</demo-block>
|
|
|
|
<demo-block title="文本换行">
|
|
<van-notice-bar wrapable scrollable="{{ false }}" text="{{ text }}" />
|
|
</demo-block>
|