admin-webpc/src/App.vue

6 lines
88 B
Vue
Raw Normal View History

2025-02-03 23:58:33 +08:00
<script setup lang="ts"></script>
<template>
<router-view></router-view>
</template>