mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-12 06:59:04 +02:00
Bind Fields instead of full Form to the Login view inputs
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
default: '',
|
||||
required: true
|
||||
},
|
||||
fieldError: [String],
|
||||
options: {
|
||||
type: Array,
|
||||
required: true
|
||||
@ -33,7 +34,7 @@
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <FieldError :form="form" :field="fieldName" /> -->
|
||||
<FieldError v-if="fieldError != undefined" :error="fieldError" :field="fieldName" />
|
||||
<p class="help" v-html="$t(help)" v-if="help"></p>
|
||||
</div>
|
||||
</template>
|
Reference in New Issue
Block a user