vue-upload icon indicating copy to clipboard operation
vue-upload copied to clipboard

A simple, light weight and intuitive upload control for Vue.js.

Results 7 vue-upload issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [node-sass](https://github.com/sass/node-sass) from 4.14.1 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@​nschonni) Set rejectUnauthorized to true by default (@​scott-ut, #3149) Features...

dependencies

Bumps [axios](https://github.com/axios/axios) from 0.20.0 to 1.6.0. Release notes Sourced from axios's releases. Release v1.6.0 Release notes: Bug Fixes CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232) dns: fixed lookup function decorator...

dependencies

Bumps [axios](https://github.com/axios/axios) from 0.20.0 to 1.6.0. Release notes Sourced from axios's releases. Release v1.6.0 Release notes: Bug Fixes CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232) dns: fixed lookup function decorator...

dependencies

v2.2.0 was released to npmjs.com 3 months ago, but the source code for this release is not in this GitHub repo. https://www.npmjs.com/package/@websanova/vue-upload/v/2.2.0 Consider looking at GitHub Actions and npm provenance...

What is the way to get error messages that the script calls? I can get it like: ``` error.errors[0].msg ``` But there must be an easier way. ``` onError(error) {...

Is there a way to implement this into nuxt? I was under the impression anything made for Vue can work in Nuxt if you know how to create the proper...

Hi, first of all... thank you for your work on this great upload component! We have implemented it and are very happy so far. However one feature I would love...