Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

ds147000 / react-project-storage

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • react-project-storage
  • src
  • view
  • login
  • index.js
  • GGbong's avatar
    初始配置完成 · 95426d82
    GGbong committed Jul 23, 2020
    95426d82 Browse Directory
index.js 107 Bytes
BlameHistoryPermalink
1 2 3 4
import View from './view'
import connect from '@/store/modules/route/connect'

export default connect(View)