Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vue3 support #153

Open
GHChrisSu opened this issue May 23, 2021 · 5 comments
Open

vue3 support #153

GHChrisSu opened this issue May 23, 2021 · 5 comments

Comments

@GHChrisSu
Copy link

please support vue3, thanks

@tobiasdiez
Copy link

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.

@bistory
Copy link

bistory commented Nov 17, 2022

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)

@sipec
Copy link

sipec commented Nov 18, 2022

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

@VojtechLanka
Copy link

VojtechLanka commented Aug 22, 2023

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

@NiloCK
Copy link

NiloCK commented Jan 24, 2025

To be a little more explicit than a ❤ :

I had a zero-fuss drop in replacement success with @VojtechLanka's fork.

Actually - one tiny change - the export seems to no longer be default - so changing your import to import { VueTagsInput } from '@vojtechlanka/vue-tags-input'; rather than import VueTagsInput from @johmun/vue-tags-input;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants