• 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
  • product
  • list.page.js
  • vue 2.0 80%
    4482f655
    by 陈峰
    2017-08-07 15:29:35 +0800  
    Browse Files
list.page.js 141 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
import Vue from 'vue';
import Component from 'product/list/index.vue';

new Vue({
    el: '#product-list',
    render: h => h(Component)
});