1.1.1 • Published 6 years ago

zoar-uploader v1.1.1

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

zoar-uploader NPM version

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


docor 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>```