2025-02-24 01:34:57 +00:00
|
|
|
<template>
|
2025-02-24 07:17:43 +00:00
|
|
|
<couponPopupVue></couponPopupVue>
|
|
|
|
<!-- <timeSelectVue></timeSelectVue> -->
|
2025-02-24 01:34:57 +00:00
|
|
|
<!-- <tipVue></tipVue> -->
|
|
|
|
</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-24 01:34:57 +00:00
|
|
|
</script>
|
|
|
|
|
|
|
|
<style scoped lang="scss">
|
|
|
|
|
|
|
|
</style>
|