-
Notifications
You must be signed in to change notification settings - Fork 139
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
Comments
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) |
yeah sorry I've kinda abandoned this to work on other things |
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. |
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 |
please support vue3, thanks
The text was updated successfully, but these errors were encountered: