소스 검색

chore(examples/parent-window): fix import closes #9704 (#9705)

* chore(examples/parent-window): fix import

closes #9704

* lock file
Amr Bashir 1 년 전
부모
커밋
a813caf2e4
2개의 변경된 파일161개의 추가작업 그리고 161개의 파일을 삭제
  1. 160 160
      Cargo.lock
  2. 1 1
      examples/parent-window/index.html

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 160 - 160
Cargo.lock


+ 1 - 1
examples/parent-window/index.html

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

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.