• 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
  • order.page.js
  • 增加订单、yoho币、订单详情页面
    b524e9d9
    by 王洪广
    2016-07-22 11:07:43 +0800  
    Browse Files
order.page.js 234 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
/**
 * order.page.js.
 * @author hgwang
 * @date 2016-07-20
 */
'use strict';

const Vue = require('yoho-vue');
const Order = require('home/order.vue');

new Vue({
    el: '#home-order-list',
    components: {
        Order
    }
});