cate.page.js 165 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 import Vue from 'vue'; import brandCateBox from 'channel/brand-cate-box.vue'; new Vue({ el: '#brand-cate-box', components: { brandCateBox } });