move bienvenue popup to HomeView

This commit is contained in:
axolotle
2022-07-25 17:04:54 +02:00
parent 92af23580e
commit 5ec4c53598
3 changed files with 116 additions and 97 deletions
-6
View File
@@ -23,12 +23,6 @@ export default {
NodesHistory
},
created () {
if (!this.$store.state.pages.visited) {
this.$router.push({ name: 'introduction' })
}
},
metaInfo () {
return {
// if no subcomponents specify a metaInfo.title, try to get one from the route name.