• This project
    • Loading...
  • Sign in

Hooke / tswj

Itomix
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
  • tswj
  • src
  • route.js
  • hookehuyr's avatar
    fix 写法优化 · db7146f8
    db7146f8
    hookehuyr authored 2022-06-29 22:12:32 +0800
route.js 121 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
export default [{
  path: '/about',
  component: () => import('@/views/about.vue'),
  meta: {
    title: 'about'
  }
}];