diff --git a/frontend/src/components/index.component.vue b/frontend/src/components/index.component.vue index 49e9325..f8296ab 100644 --- a/frontend/src/components/index.component.vue +++ b/frontend/src/components/index.component.vue @@ -1,6 +1,5 @@ @@ -16,6 +15,9 @@ export default { }, methods: { }, + mounted() { + this.$router.push({ name: 'trees' }); + }, };