minor template fixes to login.vue
This commit is contained in:
parent
d883605ba4
commit
08896ed1d9
1 changed files with 3 additions and 5 deletions
|
|
@ -22,15 +22,13 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<input type="checkbox" id="checkbox" v-model="rememberMe" />
|
|
||||||
<label for="checkbox">Remember Me</label>
|
|
||||||
|
|
||||||
<!-- submit button; position: fixed -->
|
<!-- submit button; position: fixed -->
|
||||||
<button class="submitButton button" @click.prevent="submit">Submit</button>
|
<button class="submitButton button" type="submit">Submit</button>
|
||||||
|
|
||||||
|
</form>
|
||||||
|
|
||||||
<!-- back to login button: position: fixed -->
|
<!-- back to login button: position: fixed -->
|
||||||
<button class="createAccountButton button" @click.prevent="switchView">Create account</button>
|
<button class="createAccountButton button" @click.prevent="switchView">Create account</button>
|
||||||
</form>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue