'Date componet added name attribute'

This commit is contained in:
Burak Civan 2021-05-21 18:26:46 +03:00
parent 3f7cef3de6
commit 6e5ffb9f7f
3 changed files with 2 additions and 2 deletions

View File

@ -12,6 +12,7 @@
:disabled="disabled" :disabled="disabled"
> >
<flat-picker slot-scope="{focus, blur}" <flat-picker slot-scope="{focus, blur}"
:name="title"
@on-open="focus" @on-open="focus"
@on-close="blur" @on-close="blur"
:config="dateConfig" :config="dateConfig"

View File

@ -152,7 +152,7 @@ export default {
}, this) }, this)
.catch(error => { .catch(error => {
this.onFailError(error) this.onFailError(error);
}, this); }, this);
}, },
onDeleteEvent(event, form_list, event_id) { onDeleteEvent(event, form_list, event_id) {

1
webpack.mix.js vendored
View File

@ -60,7 +60,6 @@ mix
//Wizard //Wizard
.js('resources/assets/js/wizard.js', 'public/js/wizard') .js('resources/assets/js/wizard.js', 'public/js/wizard')
.js('resources/assets/js/views/wizard/update.js', 'public/js/wizard')
// Modules // Modules
.js('resources/assets/js/views/modules/item.js', 'public/js/modules') .js('resources/assets/js/views/modules/item.js', 'public/js/modules')