qs_xinchun2026_h5/pages/index/index.vue

11 lines
175 B
Vue

<template>
<SinglePageContainer />
</template>
<script setup>
import SinglePageContainer from '../../components/SinglePageContainer.vue'
</script>
<style scoped>
</style>