vue3-signature icon indicating copy to clipboard operation
vue3-signature copied to clipboard

Electronic signature for Vue3

Results 4 vue3-signature issues
Sort by recently updated
recently updated
newest added

You can't draw pictures at all after downloading the plug-in,None of the methods can be used ,An error: runtime-core.esm-bundler.js:218 Uncaught TypeError: p2.sig.toData is not a function

# Setup "vue": "^3.2.33" "vue3-signature": "0.1.17" "vite": "^2.9.9" ``` ... const signature = ref(null); watch(() => signature.value, (newSignature: any, oldValue: any) => { console.log('newSignature', newSignature); // => ref(undefined) }); ```...

issue when i load a signature from Url, and then modify it and try to save it, it return me a error in a internal method called 'imgTouRL' or something...