This commit is contained in:
chen-xin-zhi 2025-02-24 15:17:43 +08:00
parent ffdb535fec
commit e4b0f779f9

View File

@ -1,11 +1,13 @@
<template>
<timeSelectVue></timeSelectVue>
<couponPopupVue></couponPopupVue>
<!-- <timeSelectVue></timeSelectVue> -->
<!-- <tipVue></tipVue> -->
</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';
</script>
<style scoped lang="scss">