mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
8 lines
116 B
Vue
8 lines
116 B
Vue
<script setup lang="ts">
|
|
import { RouterView } from 'vue-router'
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<RouterView />
|
|
</template> |