mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
* add src dir && add build * add build watch && change dir name * bower ignore package.json
17 lines
412 B
Plaintext
17 lines
412 B
Plaintext
<template name="zan-noticebar">
|
|
<view class="zan-noticebar">
|
|
<view
|
|
id="{{ componentId }}__content-wrap"
|
|
style="height: 18px; overflow: hidden; position: relative;"
|
|
>
|
|
<view
|
|
animation="{{ animationData }}"
|
|
id="{{ componentId }}__content"
|
|
style="position: absolute; white-space: nowrap;"
|
|
>
|
|
{{ text }}
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</template>
|