Currently, whether user using what filter to query videos, the url is still /video, not including filter parameters for example, /video?start_ts=1359631780&tid=30&order_by=view&desc=1, which is quite not good for sharing and reloading. Need update using vue-router this.$route.query.your_params.
Currently, whether user using what filter to query videos, the url is still /video, not including filter parameters for example, /video?start_ts=1359631780&tid=30&order_by=view&desc=1, which is quite not good for sharing and reloading. Need update using vue-router
this.$route.query.your_params
.https://stackoverflow.com/questions/35914069/how-can-i-get-query-parameters-from-a-url-in-vue-js