1.0.3 • Published 8 years ago

mobile-toast v1.0.3

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

mobile-toast

web移动化请求loading效果

安装使用

  1. 使用npm安装

npm:

$ npm install --save-dev mobile-toast

webpack、RequireJS、SeaJS等

// 完整引入
const toast = require('mobile-toast/src/mobile-toast.js')
或
const toast = require('mobile-toast/min/mobile-toast.min.js')
import 'mobile-toast/src/mobile-toast.css';
$ //参考使用 https://github.com/vkhLeslie/mobile-toast
import toast from 'mobile-toast';
vue.use(toast)
1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago