16 lines
393 B
Vue
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>
|