滑动页面即可看到右下方的按钮。
显示代码
Scroll down to see the bottom-right button.
<div
style="{
height: 100%;
background-color: #f2f5f6;
box-shadow: 0 0 6px rgba(0,0,0, .12);
line-height: 40px;
color: #1989fa;
>
UP
</div>
</template>
事件名 | 说明 | 回调参数 |
---|---|---|
click | 点击按钮触发的事件 | 点击事件 |