• This project
    • Loading...
  • Sign in

fe / yohoblk-wap · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • yohoblk-wap
  • public
  • js
  • channel
  • cate-resource.page.js
  • 品类资源位
    42073b42
    by 郝肖肖
    2016-07-22 22:02:57 +0800  
    Browse Files
cate-resource.page.js 282 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
const Vue = require('yoho-vue');
const lazyload = require('yoho-vue-lazyload');
const cateRes = require('channel/cate-resource-box.vue');

require('common/vue-filter');

Vue.use(lazyload);

new Vue({
    el: '#cate-resource',
    components: {
        'cate-res': cateRes
    }
});