@@ -41,11 +41,15 @@
{:get_config_content('about_us')}
</div>
-
+ <quick-menu></quick-menu>
{/block}
{block name="foot"}
<script>
+ require(['vue', 'store', 'helper', '{__WAP_PATH}zsff/js/quick.js'], function (Vue, store, $h) {
+ var app = new Vue({
+ el: '#app',
+ });
+ })
</script>