Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 547 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 547 Bytes

mpvue-loading

适用于 mpvue 的加载动画插件。基于 vue 版的 loaders.css 开源库 vue-loaders 进行修改,将其中的样式绑定由styleObject语法修改成单一属性绑定。

使用方式

首先是安装

npm install mpvue-loading -S

在项目中使用

import BallPulse from 'mpvue-loading/src/loaders/ball-pulse'

export default {
  components: {
    BallPulse
  }
}

详情参考 example