diff options
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue new file mode 100644 index 0000000..88a4d52 --- /dev/null +++ b/src/App.vue @@ -0,0 +1,7 @@ +<template> + <router-view /> +</template> + +<script lang="ts"> +export default {} +</script>
\ No newline at end of file |
