bunnyxt / tdd-frontend

The frontend of https://tdd.bunnyxt.com via vue.js.
7 stars 3 forks source link

Query parameter in /video page #33

Open bunnyxt opened 4 years ago

bunnyxt commented 4 years ago

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

bunnyxt commented 4 years ago

Try apply it in /rank first, then to all pages with list.

bunnyxt commented 4 years ago

finish trial in /rank

bunnyxt commented 3 years ago

57 /video done