We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a930c02 commit 4d88315Copy full SHA for 4d88315
1 file changed
pages/API/canvas/canvas.vue
@@ -26,7 +26,7 @@
26
}
27
},
28
onReady: function() {
29
- context = uni.createCanvasContext('canvas')
+ context = uni.createCanvasContext('canvas',this)
30
31
methods: {
32
toTempFilePath: function() {
0 commit comments