6 Star 22 Fork 1

Licoy / wepy-com-loadings

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 720 Bytes
一键复制 编辑 原始数据 按行查看 历史
Licoy 提交于 2018-03-23 16:01 . 更新介绍

微信小程序Loading加载动画组件wepy-com-loadings

基于Wepy开发的微信小程序loading加载动画组件

说明

安装

npm i wepy-com-loadings

使用

<template>
  <view>
    <Loadings1 type="1"/>
    <Loadings2 type="2"/>
  </view>
</template>
import wepy from 'wepy'
import Loadings from "wepy-com-loadings"
export default class Index extends wepy.page {
  components = {
    Loadings1:Loadings,
    Loadings2:Loadings
  }
}

属性值

属性 默认值 类型 必填 说明
type 1 String 1-10个loading动画ID依次类推

展示

image

JavaScript
1
https://gitee.com/licoy/wepy-com-loadings.git
git@gitee.com:licoy/wepy-com-loadings.git
licoy
wepy-com-loadings
wepy-com-loadings
master

搜索帮助