1. vue2 에서 route 접근하는 법
vue3에서는 useRoute를 써서 route에 쉽게 접근 할 수 있었는데
회사 코드는 vue2라서 vue3에서 보지 못했던 $route 를 보게됐다.
root를 쓰지않고 route에 접근하는 법은?
router.app.$route.query.orderType
router을 import 해와서 vue app을 만들때 주입해놓았던 route를 가져온다
2. git rebase termal에서 하기
2021.11.27 - [Git] - [Git] github branch rebase 하는 법
3. 에러
728x90
'TIL' 카테고리의 다른 글
[TIL] 20211201 antd input type email (0) | 2021.12.01 |
---|---|
[TIL] 20211130 useMutation/ graphQL (0) | 2021.11.30 |
[TIL] 20211125 props default/ typescript error 처리/ vue option api model (0) | 2021.11.25 |
[TIL] 20211124 타입스크립트 타입 지정/ No overload matches this call 에러 (0) | 2021.11.24 |
[TIL] 20211123 타입스크립트 타입 정의/ composition function (0) | 2021.11.23 |