1.0.5 • Published 6 years ago

h-loading v1.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

h-loading

vue.js 移动端 alert 组件

Demo | Example

使用方法

options:

  {
      masker: true,         // 遮罩
      maskerStyle: "",      // 遮罩样式
      txt: "加载中...",      // 加载显示文字
      icon: "bars",         // 图标
      duration: 0,          // 延时,默认为0,调用 hideLoading 关闭
      txtStyle: ""          // 文本样式
  }
  var Loading = require('h-loading');
  Vue.use(Loading);

Basic use:

  vm.$Loading({
      txt: "bars",
      duration: 1000,
      icon: "bars"
  });
1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago