Logo white

孙向锦 / SunvoteEducation

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • SunvoteEducation
  • src
  • App.vue
  • 1.添加文件
    be966eff
    jack authored
    2020-02-20 13:13:17 +0800  
    Browse Code »
App.vue 122 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11
<template>
  <div id="app">
    <router-view />
  </div>
</template>

<script>
export default {
  name: 'App'
}
</script>