This commit is contained in:
pushuo 2023-03-08 15:01:54 +08:00
parent 87a37d6252
commit c66ef7738a
10 changed files with 10 additions and 10 deletions

View File

@ -36,7 +36,7 @@ Vue.component('module-editor-bestseller', {
</script>
{{-- 定义模块的配置项 --}}
@push('add-script')
@push('footer-script')
<script>
register = @json($register);

View File

@ -269,6 +269,6 @@
},
})
</script>
@stack('add-script')
@stack('footer-script')
</body>
</html>

View File

@ -107,7 +107,7 @@ Vue.component('module-editor-brand', {
});
</script>
@push('add-script')
@push('footer-script')
<script>
register = @json($register);

View File

@ -88,7 +88,7 @@ Vue.component('module-editor-icons', {
</script>
@push('add-script')
@push('footer-script')
<script>
register = @json($register);

View File

@ -50,7 +50,7 @@ Vue.component('module-editor-image100', {
});
</script>
@push('add-script')
@push('footer-script')
<script>
register = @json($register);

View File

@ -62,7 +62,7 @@ Vue.component('module-editor-image401', {
});
</script>
@push('add-script')
@push('footer-script')
<script>
register = @json($register);

View File

@ -121,7 +121,7 @@ Vue.component('module-editor-product', {
});
</script>
@push('add-script')
@push('footer-script')
<script>
register = @json($register);

View File

@ -39,7 +39,7 @@ Vue.component('module-editor-rich-text', {
});
</script>
@push('add-script')
@push('footer-script')
<script>
register = @json($register);

View File

@ -95,7 +95,7 @@ Vue.component('module-editor-slideshow', {
</script>
@push('add-script')
@push('footer-script')
<script>
register = @json($register);

View File

@ -159,7 +159,7 @@ Vue.component('module-editor-tab-product', {
});
</script>
@push('add-script')
@push('footer-script')
<script>
register = @json($register);