This commit is contained in:
13
web/pages/index.vue
Normal file
13
web/pages/index.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<main class="flex items-center justify-center min-w-screen min-h-screen">
|
||||
<UButton icon="material-symbols:lock" size="xl" color="primary" variant="solid">Lock</UButton>
|
||||
{{ res }}
|
||||
</main>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
const res = await useFetch("https://door.svitan.dev/", {
|
||||
method: "GET",
|
||||
retry: 2,
|
||||
})
|
||||
</script>
|
3
web/pages/token.vue
Normal file
3
web/pages/token.vue
Normal file
@@ -0,0 +1,3 @@
|
||||
<template>
|
||||
<main>where token?</main>
|
||||
</template>
|
Reference in New Issue
Block a user