summaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorDaniel Andreas Wang <danielaw@tilde.club>2026-03-12 19:18:58 +0100
committerDaniel Andreas Wang <danielaw@tilde.club>2026-03-12 19:18:58 +0100
commit0608a926af3e11794f0f86e8fdff5b7a4ffd9254 (patch)
tree66e22c71d5c7b7f52909958d4c231070edb00d49 /src/App.vue
parent2c46000979b2c9906c5066821c43ddf0ae7ff090 (diff)
render home view
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue
index dd302d7..a78fb6f 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,5 +1,7 @@
<script setup lang="ts">
+import { RouterView } from 'vue-router'
</script>
<template>
+ <RouterView />
</template>