feat: Added login page
This commit is contained in:
3
webv2/layouts/blank.vue
Normal file
3
webv2/layouts/blank.vue
Normal file
@@ -0,0 +1,3 @@
|
||||
<template>
|
||||
<NuxtPage />
|
||||
</template>
|
5
webv2/layouts/default.vue
Normal file
5
webv2/layouts/default.vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
<NuxtPage />
|
||||
</div>
|
||||
</template>
|
Reference in New Issue
Block a user