-
Notifications
You must be signed in to change notification settings - Fork 18
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
Vue 3 support #28
Comments
Vue 3 doesn't work. Please fix. |
I'm on vacation this week, but I will definitely look into this when I'm back. |
Ok thx |
Hi all, I'm still finishing up tests and docs, but you can try out the Vue 3 version by installing the npm install --save vue-input-autowidth@next
# or...
yarn add vue-input-autowidth@next Please note there's one small breaking change: The All the code, and docs-in-progress live on the v2 branch if you'd like to check it out. |
Thx |
I am currently migrating some of my apps to Vue3 which is currently in RC-2.
There is a few breaking changes to the directive API making the library not compatible.
I found a workaround in my apps by doing:
but it would be nice to add support.
The text was updated successfully, but these errors were encountered: