fix(examples/parent-window): fix typo in import (#9816)

This commit is contained in:
ryoichi 2024-05-19 17:54:51 +09:00 committed by GitHub
parent c4bacce2c2
commit fe90a2925e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
<div id="response"></div>
<script>
const { WebviewWindow } = window.__TAURI_.webviewWindow
const { WebviewWindow } = window.__TAURI__.webviewWindow
const thisTauriWindow = window.__TAURI__.window.getCurrent()
const windowLabel = thisTauriWindow.label
const windowLabelContainer = document.getElementById('window-label')