17 lines
188 B
Vue
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> |