• 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
  • brand-share.page.js
  • 新建店铺分享页面
    331b2606
    by 郭成尧
    2016-07-22 14:37:51 +0800  
    Browse Files
brand-share.page.js 364 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
/**
 * Created by PhpStorm.
 * User: Targaryen
 * Date: 2016/7/22
 * Time: 14:30
 */

const Vue = require('yoho-vue');
const lazyload = require('yoho-vue-lazyload');
const brandShareBox = require('channel/brand-share-box.vue');

require('common/vue-filter');

Vue.use(lazyload);

new Vue({
    el: '#brand-share',
    components: {
        brandShareBox
    }
});