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 에 접근할 수 있다.