vue-js-toggle-button icon indicating copy to clipboard operation
vue-js-toggle-button copied to clipboard

Vue3 support solution

Open ddjurback opened this issue 1 year ago • 0 comments
trafficstars

If you're looking for Vue3 support:

  1. Go to the source on Github
  2. Download ./src/Button.vue and ./src/utils.js
  3. Put the two files in your own source code
  4. Update button.vue model (value to modelValue, see Vue docs)
  5. Done!

ddjurback avatar Feb 03 '24 10:02 ddjurback