vue-number-input icon indicating copy to clipboard operation
vue-number-input copied to clipboard

Number input component for Vue.js.

Results 2 vue-number-input issues
Sort by recently updated
recently updated
newest added

When just importing vue3 in a static page, I can't seem to use this (or maybe the instructions are just not showing this special case). Partly following your Readme, I...

I had trouble to get it to work with increment of a float number. So I fixed some smelly code: here is the result of the rewrite: https://github.com/jointhepartypooper/PeercoinSim/blob/main/src/components/VueNumberInput.vue

enhancement