canvas/pages/index/step2.vue
2025-05-08 11:17:46 +08:00

17 lines
188 B
Vue

<template>
<view>
<indexstep2></indexstep2>
</view>
</template>
<script setup>
import indexstep2 from "./index.vue"
import {
ref
} from 'vue'
</script>
<style scoped>
</style>