• 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
  • src
  • pages
  • channel
  • home
  • home.vue
  • update
    e349c160
    by 陈峰
    2017-12-22 13:38:34 +0800  
    Browse Files
home.vue 137 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<template>
    <div>
        helow
    </div>
</template>

<script>
export default {
    name: 'Channel'
};
</script>

<style>

</style>