mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
Update docker compose & move the desktop to the root, as it is better if
I ever wanted to make the UI more basic and blander (for normal ppl)
This commit is contained in:
parent
fc7b835d68
commit
a5a3519111
5 changed files with 23 additions and 15 deletions
|
@ -1,9 +1,11 @@
|
|||
<script setup lang="ts">
|
||||
import BlurPageBeforeLogin from "~/components/blurPageBeforeLogin.vue";
|
||||
const { t } = useI18n();
|
||||
const { data: favData, error, pending } = useFetch("/api/user/fav", {});
|
||||
</script>
|
||||
<template>
|
||||
<BlurPageBeforeLogin>
|
||||
<div></div>
|
||||
<div>{{ favData }}</div>
|
||||
<!--Testing only!!!-->
|
||||
</BlurPageBeforeLogin>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue