jiangchengfeiyi-xiaochengxu/pages/testPage/testPage.vue
2025-02-25 19:33:59 +08:00

16 lines
393 B
Vue

<template>
<confirmPopupVue></confirmPopupVue>
</template>
<script setup lang="ts">
import timeSelectVue from '../workshop/component/timeSelect.vue';
import tipVue from '../workshop/component/tip.vue';
import couponPopupVue from '../coupon/component/couponPopup.vue';
import confirmPopupVue from '../coupon/component/confirmPopup.vue';
</script>
<style scoped lang="scss">
</style>