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

Simple and hackable file uploader for VueJs. Supports Vue >= 2.1

Results 53 vue-clip issues
Sort by recently updated
recently updated
newest added

Actually, `vue-clip` is not compatible with server-side rendering, do you plan to make it compatible in the future?

Hey, I have this dialogue menu that allows users to create individual accounts or bulk upload. The bulk upload dialogue uses vue-clip and is nested in a condition `v-if` ```...

![image](https://cloud.githubusercontent.com/assets/22674987/26249299/4373ad2a-3ca6-11e7-950d-ed7bbcc86faf.png) As you can see the ''Height'' and ''Width'' are undefined. I tried this with jpeg and png files. Anyone have a solution?

Hi, It's can support directly upload image from Clipboard? Sometimes we just want to quickly upload image from screen snap. If it's support Ctrl + V to upload Clipboard image,...

I'd love if you could add a CSS option or an example in the docs to get a _simple single image uploader_ like so: 1. 2.

When setting `maxFiles` as part of options, if you upload the max number of files and then delete one, you cannot add more. To reproduce: 1. Set `maxFiles: 3` in...