mirror of
https://github.com/Kugelschieber/migo.git
synced 2026-01-18 14:50:29 +00:00
14 lines
219 B
Vue
14 lines
219 B
Vue
<template>
|
|
<router-view />
|
|
</template>
|
|
|
|
<script lang="ts">
|
|
import {defineComponent} from "vue";
|
|
|
|
export default defineComponent({});
|
|
</script>
|
|
|
|
<style lang="scss">
|
|
@import "@/assets/main.scss";
|
|
</style>
|