add hook after customer.form.vue
This commit is contained in:
parent
9ddf91578b
commit
4a2ebec30f
|
|
@ -131,7 +131,7 @@
|
|||
|
||||
@push('footer')
|
||||
<script>
|
||||
new Vue({
|
||||
let app = new Vue({
|
||||
el: '#customer-app-form',
|
||||
data: {
|
||||
customerTab: 'customer',
|
||||
|
|
@ -310,5 +310,7 @@
|
|||
}
|
||||
}
|
||||
});
|
||||
|
||||
@hook('admin.customer.form.js.after')
|
||||
</script>
|
||||
@endpush
|
||||
|
|
|
|||
Loading…
Reference in New Issue