更新记录

v1.0.0(2020-03-20)

  • 支持自定义内容
  • 支持自定义背景颜色
  • 支持自定义位置(position = left || right)
  • 支持自定义大小(size = small || middle)

平台兼容性

import popupBar from '@/components/popup-bar/popup-bar.vue';
export default {
    components:{
        popupBar
    },
}
<template>
    <view class="content">
        <popupBar size="middle" position="right"  bgColor="#10baaa">
            <view slot="main" class="refrash_wrap" @click="handleRefrash">
                <image class="icon" src="../../static/refrash.png"></image>
                <view class="text">重置</view>
            </view>
        </popupBar>
    </view>
</template>

隐私、权限声明

1. 本插件需要申请的系统权限列表:

2. 本插件采集的数据、发送的服务器地址、以及数据用途说明:

3. 本插件是否包含广告,如包含需详细说明广告表达方式、展示频率:

许可协议

MIT协议

使用中有什么不明白的地方,就向插件作者提问吧~ 我要提问