1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-01-30 17:15:16 +01:00

refs #355 Update tag keyword in tag timeline

This commit is contained in:
AkiraFukushima 2018-06-02 00:13:41 +09:00
parent 00452f9fe2
commit a9678b0c06

View File

@ -31,6 +31,13 @@ export default {
tag: ''
}
},
watch: {
'$route': function (route) {
if (route.name === 'tag') {
this.tag = route.params.tag
}
}
},
methods: {
id () {
return this.$route.params.id