add hook after customer.form.vue

This commit is contained in:
songliang 2023-02-22 11:46:30 +08:00 committed by Edward Yang
parent 9ddf91578b
commit 4a2ebec30f
1 changed files with 3 additions and 1 deletions

View File

@ -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