@@ -89,6 +89,7 @@
}
@at-root #{&}__empty {
padding: 1rem;
+ font-size: 1.5rem;
</style>
@@ -335,6 +335,9 @@
this.$store.commit('thread/setPostNotification', null)
},
+ watch: {
+ '$route.params.id': 'loadInitialPosts'
+ },
mounted () {
let self = this;
let setHeader = function() {