ct/app/pages/sharedSolutions/eBike.vue

12 lines
131 B
Vue
Raw Normal View History

2025-09-30 14:15:49 +08:00
<script lang="ts" setup>
</script>
<template>
<view>
2025-10-08 18:04:49 +08:00
<SharedSolutionsEBike/>
2025-09-30 14:15:49 +08:00
</view>
</template>
<style scoped>
</style>