mallBackend/src/views/test/Index.vue

10 lines
117 B
Vue
Raw Normal View History

2023-12-02 11:33:44 +08:00
<template>
<div>
2023-12-03 14:23:45 +08:00
2023-12-02 11:33:44 +08:00
</div>
</template>
<script setup lang="ts"></script>
2023-12-03 14:23:45 +08:00
<style scoped lang="scss"></style>