Последняя версия с сервера прошлого разработчика
This commit is contained in:
13
nova/resources/js/components/Form/HiddenField.vue
Executable file
13
nova/resources/js/components/Form/HiddenField.vue
Executable file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div class="hidden" :errors="errors">
|
||||
<input type="hidden" :value="value" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { FormField, HandlesValidationErrors } from 'laravel-nova'
|
||||
|
||||
export default {
|
||||
mixins: [FormField, HandlesValidationErrors],
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user