VUE -Eingabe -Vorsteuerwert
You can just use placeholder:
<input
class="input"
name="text"
type="email"
v-model.trim="formData.email"
placeholder="Email Address"
/>
Expensive Eel