Now going back to the same page
This commit is contained in:
@ -73,7 +73,18 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
rowClicked(data) {
|
||||
this.$router.push({name: 'Item', params: {id: data.id}, query: {collection: this.$route.params.id}});
|
||||
this.$router.push(
|
||||
{
|
||||
name: 'Item',
|
||||
params: {
|
||||
id: data.id
|
||||
},
|
||||
query: {
|
||||
collection: this.$route.params.id,
|
||||
srcpage: this.$route.query.p
|
||||
}
|
||||
}
|
||||
);
|
||||
},
|
||||
startPlayer(spotify_id) {
|
||||
this.$store.dispatch('openPlayer', spotify_id);
|
||||
|
Reference in New Issue
Block a user