Refresh twitter feed when url changes

This commit is contained in:
Jože Fortun
2023-05-18 16:17:40 +02:00
parent af6d644a68
commit cbcad219a4
@@ -56,6 +56,15 @@ export default {
},
},
watch: {
options: {
deep: true,
handler () {
this.refresh()
},
},
},
mounted () {
this.refreshBlock(this.refresh)
},