Skip to content

Commit 99ad4bd

Browse files
committed
Fixes handling of value by Fabric canvas.
@see vuejs/vue#6078
1 parent 6bb9adc commit 99ad4bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<fabric-canvas
3333
tabindex=0
3434
ref="canvas"
35-
v-model="canvas"
35+
:value="canvas"
3636
:activeObjectId="activeObjectId"
3737
:height=400
3838
backgroundColor="#fff"

0 commit comments

Comments
 (0)