brand.page.js
311 Bytes
/**
* Created by PhpStorm.
* User: Targaryen
* Date: 2016/7/19
* Time: 16:05
*/
const Vue = require('yoho-vue');
const lazyload = require('yoho-vue-lazyload');
const brandBox = require('channel/brand-box.vue');
new Vue({
el: '#brand',
components: {
brandBox
}
});
Vue.use(lazyload);