mirror of
https://github.com/Drop-OSS/drop-app-kt.git
synced 2026-02-04 06:51:18 +01:00
10 lines
200 B
Vue
10 lines
200 B
Vue
<!-- This is perhaps one of the most complicated pages in this app -->
|
|
|
|
<script setup lang="ts">
|
|
import { invoke } from "@tauri-apps/api/core";
|
|
|
|
await invoke("quit");
|
|
</script>
|
|
|
|
<template></template>
|