Ver Fonte

Use correct object path (typo)

sbkwgh há 8 anos atrás
pai
commit
4aaad80d0c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/App.vue

+ 1 - 1
src/App.vue

@@ -303,7 +303,7 @@
 					this.$store.commit('setForumName', res.data.forumName)
 					this.$store.commit('setForumDescription', res.data.forumDescription)
 
-					this.$store.dispatch('setTitle', this.$store.meta.title)
+					this.$store.dispatch('setTitle', this.$store.state.meta.title)
 				}).catch(err => {
 					if(err.response.data.errors[0].name === 'noSettings') {
 						this.$router.push('/start')