mallBackend/src/App.vue

11 lines
144 B
Vue
Raw Normal View History

2023-12-02 11:33:44 +08:00
<template>
<RouterView />
</template>
<script setup lang="ts">
</script>
2023-12-02 15:30:19 +08:00
<style lang="scss">
@import url("./style/css/reset.css");
</style>