feat: Added login page

This commit is contained in:
2023-06-04 22:47:48 +02:00
parent f360dcec8c
commit 08a24cae07
9 changed files with 74 additions and 7 deletions

3
webv2/layouts/blank.vue Normal file
View File

@@ -0,0 +1,3 @@
<template>
<NuxtPage />
</template>

View File

@@ -0,0 +1,5 @@
<template>
<div>
<NuxtPage />
</div>
</template>