1.0.2 • Published 6 years ago

vue-read-file v1.0.2

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

vue-read-file

一个简单易用的文件读取组件

Using

Install

# npm
npm install vue-read-file

Import

import ReadFile from 'vue-read-file'

Template

<read-file v-model="value" :accept="accept" :position="left"></read-file>

Options

NameDescriptionrequired
value-true
accept文件类型限制, 格式: ".txt"false
position按钮位置, 可选: "left"、"center"false

Build Setup

# install dependencies
npm install

# build for production with minification
npm run build
1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago