vue上传文件组件_Vue.js的简单文件上传组件

vue上传文件组件

vue-simple-upload (vue-simple-upload)

An simple file upload component for vue.js.

vue.js的简单文件上传组件。

安装 (Installation)

npm install vue-simple-upload

用法 (Usage)

vue-simple-upload is a UMD module, which can be used as a module in both CommonJS and AMD modular environments. When in non-modular environment, FileUpload will be registered as a global variable.

vue-simple-upload是一个UMD模块,可以在CommonJS和AMD模块化环境中用作模块。 在非模块化环境中,FileUpload将被注册为全局变量。

现场演示 (Live Demo)

https://jsfiddle.net/saivarunk/o9vwjnar/

https://jsfiddle.net/saivarunk/o9vwjnar/

翻译自: https://vuejsexamples.com/simple-file-upload-component-for-vue-js/

vue上传文件组件

你可能感兴趣的:(vue上传文件组件_Vue.js的简单文件上传组件)