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