2024-11-15 23:39:19 +08:00

8 lines
112 B
Vue

<template>
<div id="app">
<router-view />
</div>
</template>
<script setup lang="ts"></script>