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