Kaynağa Gözat

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

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

closes #9704

* lock file
Amr Bashir 1 yıl önce
ebeveyn
işleme
a813caf2e4
2 değiştirilmiş dosya ile 161 ekleme ve 161 silme
  1. 160 160
      Cargo.lock
  2. 1 1
      examples/parent-window/index.html

Dosya farkı çok büyük olduğundan ihmal edildi
+ 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')

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor