ebike-plus-ui/src/App.vue

8 lines
113 B
Vue
Raw Normal View History

2024-03-24 17:50:12 +08:00
<template>
2024-03-31 15:51:00 +08:00
<div><router-view /></div>
2024-03-24 17:50:12 +08:00
</template>
2024-03-28 23:56:57 +08:00
<script setup></script>
<style lang="scss" scoped></style>