mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-10 14:13:55 +02:00
feat: update to tauri beta.24 (#1537)
* feat: update to tauri beta.24 * remove .tauri * pnpm build
This commit is contained in:
committed by
GitHub
parent
9973f8ee83
commit
22a17980ff
@@ -1,9 +1,9 @@
|
||||
<script>
|
||||
import { getCurrent } from "@tauri-apps/api/webview";
|
||||
import { getCurrentWebview } from "@tauri-apps/api/webview";
|
||||
import { invoke } from "@tauri-apps/api/core";
|
||||
import { onMount, onDestroy } from "svelte";
|
||||
|
||||
const webview = getCurrent();
|
||||
const webview = getCurrentWebview();
|
||||
|
||||
export let onMessage;
|
||||
let unlisten;
|
||||
|
||||
Reference in New Issue
Block a user