Преглед на файлове

redirect to presentation if never visited

axolotle преди 2 години
родител
ревизия
32827889a9
променени са 1 файла, в които са добавени 6 реда и са изтрити 0 реда
  1. 6 0
      src/App.vue

+ 6 - 0
src/App.vue

@@ -23,6 +23,12 @@ 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.