mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-08 21:44:32 +02:00
Update Vue front-end according to the new API definition and paths
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<label class="label" v-html="label"></label>
|
||||
<div class="control">
|
||||
<div class="select">
|
||||
<select v-model="form[fieldName]">
|
||||
<select v-model="form[fieldName]" v-on:change="$emit(fieldName, form[fieldName])">
|
||||
<option v-for="option in options" :value="option.value">{{ option.text }}</option>
|
||||
</select>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user