mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-24 13:26:13 +00:00
Clean code.
This commit is contained in:
parent
bf357f1c84
commit
5d58016b1d
39 changed files with 481 additions and 381 deletions
|
@ -1,9 +1,16 @@
|
|||
<script setup lang="ts">
|
||||
|
||||
const route = useRoute();
|
||||
const slug = route.params.slug;
|
||||
const {
|
||||
data: fetchNewsArticle,
|
||||
pending,
|
||||
error,
|
||||
} = await useFetch(`/api/objectstorage/files/${slug}`, {
|
||||
method: "GET",
|
||||
});
|
||||
</script>
|
||||
<template>
|
||||
<div class="">
|
||||
<div class="content">
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
<div class="">
|
||||
<div class="content"></div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue