• 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
    ✨ feat: 测试dom转图片功能 · 3db38848
    3db38848
    hookehuyr authored 2022-04-18 21:43:59 +0800
route.js 274 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
export default [{
  path: '/',
  name: '首页',
  component: () => import('./views/index.vue'),
  meta: {
    title: ''
  },
  children: []
}, {
  path: '/image',
  name: 'html转图片',
  component: () => import('./views/html2canvas.vue'),
  meta: {
    title: ''
  }
}];