mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-15 20:48:03 +00:00
Refactor entire app structure
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user