fix: switch page error (#331)

This commit is contained in:
Hexqi 2024-03-13 15:17:51 +08:00 committed by GitHub
parent 731a8536aa
commit 99d0e47c29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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