k-line/src/App.vue

10 lines
119 B
Vue
Raw Normal View History

2025-02-12 10:48:17 +00:00
<script setup lang="ts">
import { RouterView } from 'vue-router'
</script>
<template>
<RouterView />
</template>