• This project
    • Loading...
  • Sign in

Fedex / imac-vue

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • imac-vue
  • src
  • App.vue
  • Elements-SY's avatar
    modify · ec08b9b2
    ec08b9b2
    Elements-SY authored 2023-10-12 22:47:59 +0800
App.vue 126 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>