Skip to content

Commit

Permalink
fix: switch page error (opentiny#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
hexqi authored Mar 13, 2024
1 parent 731a853 commit 99d0e47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default {
iframeMonitoring()
initCanvas({ emit, renderer: detail, iframe: iframe.value, controller: props.controller })
useCanvas().renderer = detail
useCanvas().renderer.value = detail
const doc = iframe.value.contentDocument
const win = iframe.value.contentWindow
Expand Down

0 comments on commit 99d0e47

Please sign in to comment.