Files
skt-vuetify-templates/src/App.vue
T
skytek_xinliang 507afcc99c feat: project init
2026-03-26 10:08:35 +08:00

12 lines
134 B
Vue

<template>
<v-app>
<v-main>
<router-view />
</v-main>
</v-app>
</template>
<script lang="ts" setup>
//
</script>