summaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
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>