• 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
  • home
  • refund.page.js
  • 退货商品列表
    2911ab21
    by ccbikai
    2016-07-21 21:56:37 +0800  
    Browse Files
refund.page.js 248 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
const Vue = require('yoho-vue');
const lazyload = require('yoho-vue-lazyload');

const refund = require('home/refund.vue');

require('common/vue-filter');

Vue.use(lazyload);

new Vue({
    el: '#refund',
    components: {
        refund
    }
});