• This project
    • Loading...
  • Sign in

begete / begete-admin-ui · 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
  • begete-admin-ui
  • src
  • App.vue
  • init project
    87d55ce2
    by lyflyy
    2021-02-19 11:39:51 +0800  
    Browse Files
App.vue 124 Bytes
Raw Blame History Permalink
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>