mallBackend/src/views/test/Index.vue

10 lines
139 B
Vue
Raw Normal View History

2023-12-02 11:33:44 +08:00
<template>
<div>
<router-view></router-view>
</div>
</template>
<script setup lang="ts"></script>
<style scoped></style>