[TIL] route 에서 url parameter 받아오기

Captainjack·2021년 10월 21일
0

TIL

목록 보기
85/258

https://hello-bryan.tistory.com/274

you know what I mean

//target: https://hello-bryan.tistory.com/search/hello/20
  $route.params  <!-- { text: 'hello', size: 20 } -->
  $route.params.text <!-- hello -->
  $route.params.size <!-- 20 -->
profile
til' CTF WIN

0개의 댓글