wip
This commit is contained in:
parent
87a37d6252
commit
c66ef7738a
|
|
@ -36,7 +36,7 @@ Vue.component('module-editor-bestseller', {
|
|||
</script>
|
||||
|
||||
{{-- 定义模块的配置项 --}}
|
||||
@push('add-script')
|
||||
@push('footer-script')
|
||||
<script>
|
||||
register = @json($register);
|
||||
|
||||
|
|
|
|||
|
|
@ -269,6 +269,6 @@
|
|||
},
|
||||
})
|
||||
</script>
|
||||
@stack('add-script')
|
||||
@stack('footer-script')
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@ Vue.component('module-editor-brand', {
|
|||
});
|
||||
</script>
|
||||
|
||||
@push('add-script')
|
||||
@push('footer-script')
|
||||
<script>
|
||||
register = @json($register);
|
||||
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ Vue.component('module-editor-icons', {
|
|||
|
||||
</script>
|
||||
|
||||
@push('add-script')
|
||||
@push('footer-script')
|
||||
<script>
|
||||
register = @json($register);
|
||||
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ Vue.component('module-editor-image100', {
|
|||
});
|
||||
</script>
|
||||
|
||||
@push('add-script')
|
||||
@push('footer-script')
|
||||
<script>
|
||||
register = @json($register);
|
||||
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ Vue.component('module-editor-image401', {
|
|||
});
|
||||
</script>
|
||||
|
||||
@push('add-script')
|
||||
@push('footer-script')
|
||||
<script>
|
||||
register = @json($register);
|
||||
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@ Vue.component('module-editor-product', {
|
|||
});
|
||||
</script>
|
||||
|
||||
@push('add-script')
|
||||
@push('footer-script')
|
||||
<script>
|
||||
register = @json($register);
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ Vue.component('module-editor-rich-text', {
|
|||
});
|
||||
</script>
|
||||
|
||||
@push('add-script')
|
||||
@push('footer-script')
|
||||
<script>
|
||||
register = @json($register);
|
||||
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@ Vue.component('module-editor-slideshow', {
|
|||
|
||||
</script>
|
||||
|
||||
@push('add-script')
|
||||
@push('footer-script')
|
||||
<script>
|
||||
register = @json($register);
|
||||
|
||||
|
|
|
|||
|
|
@ -159,7 +159,7 @@ Vue.component('module-editor-tab-product', {
|
|||
});
|
||||
</script>
|
||||
|
||||
@push('add-script')
|
||||
@push('footer-script')
|
||||
<script>
|
||||
register = @json($register);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue