feat: basic login page
This commit is contained in:
parent
89845517e3
commit
af2c6d622b
3 changed files with 28 additions and 20 deletions
|
@ -1,4 +1,8 @@
|
|||
<script setup lang="ts">
|
||||
definePageMeta({
|
||||
layout: 'none',
|
||||
})
|
||||
|
||||
const { query } = useRoute()
|
||||
|
||||
onMounted(async () => {
|
||||
|
@ -11,7 +15,9 @@ onMounted(async () => {
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
Login...
|
||||
<div h-full flex>
|
||||
<div ma>
|
||||
Login...
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue