Login form
This commit is contained in:
14
software/src/pages/loginPage/index.vue
Normal file
14
software/src/pages/loginPage/index.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<script setup lang="ts">
|
||||
import LoginForm from './loginForm.vue';
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<v-container max-width="600">
|
||||
<v-row>
|
||||
<v-col>
|
||||
<login-form />
|
||||
</v-col>
|
||||
</v-row>
|
||||
</v-container>
|
||||
</template>
|
||||
Reference in New Issue
Block a user