vue-tags-input icon indicating copy to clipboard operation
vue-tags-input copied to clipboard

vue3 support

Open GHChrisSu opened this issue 3 years ago • 4 comments

please support vue3, thanks

GHChrisSu avatar May 23 '21 02:05 GHChrisSu

I agree, Vue 3 support would be nice. I've found the following fork for Vue 3 https://github.com/sipec/vue-tags-input but I'm not sure how @sipec plans to forward with this.

tobiasdiez avatar Jun 17 '21 12:06 tobiasdiez

I agree, Vue 3 support would be nice. I've found the following fork for Vue 3 https://github.com/sipec/vue-tags-input but I'm not sure how @sipec plans to forward with this.

Unfortunately, @sipec fork doesn't seem to be maintained anymore (1 year without commit, several issues opened with no reply)

bistory avatar Nov 17 '22 10:11 bistory

yeah sorry I've kinda abandoned this to work on other things

sipec avatar Nov 18 '22 20:11 sipec

I needed this plugin for one project I am working on so I used the code from @sipec as base and created an NPM package. Since I could not get it to build without errors using the webpack I replaced it with Vite. First time I done that but at first glance everything seem to work. Additionally one of the requirements for my project was drag and drop feature for the tags. It is an optional feature that has to be tuned on otherwise it should be identical to the original.

https://www.npmjs.com/package/@vojtechlanka/vue-tags-input

VojtechLanka avatar Aug 22 '23 16:08 VojtechLanka