onSubmit console error fixed

This commit is contained in:
Burak Civan 2022-11-28 14:38:20 +03:00
parent 25a694f69d
commit c2fcd80364

View File

@ -147,6 +147,10 @@ const app = new Vue({
resolve({
template: '<div>' + response.data.html + '</div>',
mixins: [
Global
],
components: {
CardForm
},
@ -238,6 +242,10 @@ const app = new Vue({
resolve({
template: '<div>' + response.data.html + '</div>',
mixins: [
Global
],
components: {
CardForm
},