ebike-plus-ui/src/App.vue

8 lines
120 B
Vue
Raw Normal View History

2024-03-24 17:50:12 +08:00
<template>
2024-03-28 23:56:57 +08:00
<div><router-view /><aaa /></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>