Skip to content

Commit

Permalink
[FIX} router index 실행오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ara-ro committed Sep 30, 2024
1 parent c809275 commit af6809f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ const routes = [
name: 'SEARCH',
component: SearchComponent,
props: true // workspaceId를 props로 전달하기 위해 설정
},
{
path: '/login',
name: 'LOGIN',
component: LoginPage,
Expand Down

0 comments on commit af6809f

Please sign in to comment.