Added label to username edit field

This commit is contained in:
Thaum Rystra
2020-05-09 13:53:47 +02:00
parent 30ab216dc1
commit dd213feb0a

View File

@@ -1,6 +1,7 @@
<template lang="html">
<dialog-base>
<text-field
label="Username"
:value="newUsername || username"
@change="change"
/>