update settings - user profile - edit fullname input label

This commit is contained in:
edmondlang
2021-11-25 13:22:01 +08:00
parent 83b3e5801b
commit 187af86577
@@ -10,8 +10,8 @@
</div>
<div class="row m-b-10">
<div class="col">
<div class="fs-12">Full Name</div>
<validation-wrapper-component :validator="$v.parameters.name">
<label>Full Name</label>
<input type="text" class="form-control" v-model="parameters.name">
</validation-wrapper-component>
</div>