mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-10 04:22:13 +10:00
* feat: small refactor * fix: appimage build script * fix: add NO_STRIP to AppImage build * fix: build and dev mode from refactor * fix: submodule step 1 * fix: submodules step 2
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>
|