200330_TIL

홍영란·2020년 3월 30일
0

Immersive_TIL📓

목록 보기
65/72

200330_TIL


<Link
   component={RouterLink}
   to={{
   pathname: `/score/${category}/${title}`,
   state: {
   decks: decks,
   currentDeck: currentDeck,
   cards: cards,
   currentDeckId: currentDeckId
   }
 }}
>

profile
JavaScript를 공부하고 있습니다:)

0개의 댓글