qnc-webview/src/App.vue

12 lines
144 B
Vue
Raw Normal View History

2024-12-24 11:28:23 +08:00
<script setup>
import { RouterLink, RouterView } from 'vue-router'
</script>
<template>
<RouterView />
</template>
<style scoped></style>