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

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')