feat: basic login page

This commit is contained in:
Anthony Fu 2022-11-21 18:27:28 +08:00
parent 89845517e3
commit af2c6d622b
3 changed files with 28 additions and 20 deletions

3
layouts/none.vue Normal file
View file

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