feat: add server page
This commit is contained in:
parent
136ca93ce8
commit
c9decc585e
1 changed files with 3 additions and 1 deletions
|
@ -1,10 +1,12 @@
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
|
Hello
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
|
const server = await fetchWithApi(`/servers/${useRoute().params.serverId}`);
|
||||||
|
console.log("server:", server);
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue