-
Notifications
You must be signed in to change notification settings - Fork 266
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
Replace vue-clipboard2 with Vue3 compatible lib #9536
Comments
Note: Work can be started now, but should be merged after 2.8.0 |
See https://github.com/Inndy/vue-clipboard2. The functionality we need to update revolve around |
@eva-vashkevich I think we just use the I think we can just use https://github.com/lgarron/clipboard-polyfill - we probably could get away with the new I think it should be a straight-forward swap in - I'd suggest creating a file |
Description
Replace current library
vue-clipboard2
with alternative, e.g. useClipboard as component.Context
As identified in the migration report, it is not possible to use the same library for clipboard functionalities.
As defined in #9842 we have 2 components for this and we may take the chance to deal with that as well.
The replacement should affect pretty much 3 places: Vue setup, Jest setup and component.
The text was updated successfully, but these errors were encountered: