mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-25 09:15:07 +10:00
migrate to nuxt and groundwork
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<template>
|
||||
<div class="flex flex-col bg-zinc-900 h-screen w-screen overflow-hidden">
|
||||
<Header class="select-none" />
|
||||
<div class="grow overflow-y-scroll">
|
||||
<div class="h-[200vh]" />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { invoke } from "@tauri-apps/api/core";
|
||||
|
||||
const state = await invoke("fetch_state");
|
||||
</script>
|
||||
Reference in New Issue
Block a user