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