zoar-uploader
v1.1.1
Published
Downloads
2
Readme
zoar-uploader
Installation
$ npm install zoar-uploader
Example
var zoarUploader = require('zoar-uploader');
API
check this file: index.js
Contributing
- Fork this Repo first
- Clone your Repo
- Install dependencies by
$ npm install
- Checkout a feature branch
- Feel free to add your features
- Make sure your features are fully tested
- Publish your local branch, Open a pull request
- Enjoy hacking <3
ISC license
Copyright (c) 2018 ZoaR
built upon love by docor v0.3.0
usage
:url="tspAppUploadFile">
<template slot="label">
<div class="hz-uploader-label">选择文件</div>
</template>
<template slot="item" scope="scope">
{{scope.row.percent}}
</template>
</Uploader>```