Hi

this.$route 본문

WEB(웹)/vuejs

this.$route

SharingWorld 2018. 10. 13. 14:39


URI가 /contacts/:no 일때

this.$route.params.no 는 위의 :no 에 접근할 수 있다.


/users?keyword=test

this.$route.query.keyword 쿼리 문자열의 이용한 요청인 경우

this.$route.query.keyword 에 접근할 수 있다.

'WEB(웹) > vuejs' 카테고리의 다른 글

Nuxt.js  (0) 2018.10.27
watch 에서 $route 속성 관찰하기  (0) 2018.10.13
boilerplate  (0) 2018.09.27
SPA(Single Page Application)  (0) 2018.09.27
$emit  (0) 2018.09.20