diff --git a/src/App.vue b/src/App.vue index d8989dd..dbfc64e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -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. diff --git a/src/pages/Home.vue b/src/pages/Home.vue index 4a08fbb..d64a278 100644 --- a/src/pages/Home.vue +++ b/src/pages/Home.vue @@ -1,44 +1,92 @@ diff --git a/src/pages/Introduction.vue b/src/pages/Introduction.vue index 08e4ff7..77a1546 100644 --- a/src/pages/Introduction.vue +++ b/src/pages/Introduction.vue @@ -1,5 +1,5 @@