2025-02-24 01:34:57 +00:00
|
|
|
<template>
|
2025-02-25 11:33:59 +00:00
|
|
|
<confirmPopupVue></confirmPopupVue>
|
|
|
|
|
2025-02-24 01:34:57 +00:00
|
|
|
</template>
|
|
|
|
|
|
|
|
<script setup lang="ts">
|
|
|
|
import timeSelectVue from '../workshop/component/timeSelect.vue';
|
|
|
|
import tipVue from '../workshop/component/tip.vue';
|
2025-02-24 07:17:43 +00:00
|
|
|
import couponPopupVue from '../coupon/component/couponPopup.vue';
|
2025-02-25 11:33:59 +00:00
|
|
|
import confirmPopupVue from '../coupon/component/confirmPopup.vue';
|
2025-02-24 01:34:57 +00:00
|
|
|
</script>
|
|
|
|
|
|
|
|
<style scoped lang="scss">
|
|
|
|
|
|
|
|
</style>
|