-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or requestrefactorCode refactor, for better performance or easier to maintainCode refactor, for better performance or easier to maintain
Description
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestrefactorCode refactor, for better performance or easier to maintainCode refactor, for better performance or easier to maintain