'Date componet added name attribute'
This commit is contained in:
parent
3f7cef3de6
commit
6e5ffb9f7f
|
|
@ -12,6 +12,7 @@
|
|||
:disabled="disabled"
|
||||
>
|
||||
<flat-picker slot-scope="{focus, blur}"
|
||||
:name="title"
|
||||
@on-open="focus"
|
||||
@on-close="blur"
|
||||
:config="dateConfig"
|
||||
|
|
|
|||
|
|
@ -152,7 +152,7 @@ export default {
|
|||
|
||||
}, this)
|
||||
.catch(error => {
|
||||
this.onFailError(error)
|
||||
this.onFailError(error);
|
||||
}, this);
|
||||
},
|
||||
onDeleteEvent(event, form_list, event_id) {
|
||||
|
|
|
|||
|
|
@ -60,7 +60,6 @@ mix
|
|||
|
||||
//Wizard
|
||||
.js('resources/assets/js/wizard.js', 'public/js/wizard')
|
||||
.js('resources/assets/js/views/wizard/update.js', 'public/js/wizard')
|
||||
|
||||
// Modules
|
||||
.js('resources/assets/js/views/modules/item.js', 'public/js/modules')
|
||||
|
|
|
|||
Loading…
Reference in New Issue