Dockerized frontend

This commit is contained in:
s-prechtl 2023-01-31 08:37:02 +01:00
parent f4eeb11c68
commit ad117b4d2c
5 changed files with 26 additions and 1 deletions

View file

@ -1,7 +1,7 @@
<template>
<h2>Enter a username</h2>
<div class="form-floating mb-3">
<input type="email" class="form-control" id="floatingInput" placeholder="example name" v-model="username">
<input class="form-control" id="floatingInput" placeholder="example name" v-model="username">
<label for="floatingInput">Username</label>
<RRButton @click="setUser()" text="Confirm"></RRButton>
</div>