dl_usecar/pages-home/home/home.vue
2025-11-28 16:37:00 +08:00

22 lines
166 B
Vue

<template>
<view>
Hello World!
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>