Refactor entire app structure

This commit is contained in:
Kevin Thomas
2021-07-21 17:20:44 -07:00
parent 5f120e12bc
commit 3572d69cba
16 changed files with 3176 additions and 2042 deletions

View File

@@ -1,25 +0,0 @@
<template>
<v-container>
<v-form v-model="valid">
<v-text-field
v-model="username"
label="Username"
required
/>
<v-text-field
v-model="password"
label="Password"
type="password"
required
/>
<v-btn
class="mr-4"
type="submit"
>
Submit
</v-btn>
</v-form>
</v-container>
</template>