You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After that then var x = this.$refs.VueCanvasDrawing.save(); - x is always null. If I remove the v-bind="options" then x is populated with the image data. I appreciate your help!
The text was updated successfully, but these errors were encountered:
chrisserverless
changed the title
Passing props - newbie question
watermark text does not show up
Jun 5, 2023
I am using Vue 3.3.4
When I bind the watermark property to the component, it does not show up and this.$refs.VueCanvasDrawing.save() returns null:
<vue-drawing-canvas v-bind="options" ref="VueCanvasDrawing" />
After that then var x = this.$refs.VueCanvasDrawing.save(); - x is always null. If I remove the v-bind="options" then x is populated with the image data. I appreciate your help!The text was updated successfully, but these errors were encountered: