• This project
    • Loading...
  • Sign in

Hooke / fxPark

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
  • fxPark
  • src
  • route.js
  • hookehuyr's avatar
    初始化 · 449fccf8
    449fccf8
    hookehuyr authored 2024-04-07 10:31:14 +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'
  }
}];