hello
This commit is contained in:
parent
ffdb535fec
commit
e4b0f779f9
|
@ -1,11 +1,13 @@
|
||||||
<template>
|
<template>
|
||||||
<timeSelectVue></timeSelectVue>
|
<couponPopupVue></couponPopupVue>
|
||||||
|
<!-- <timeSelectVue></timeSelectVue> -->
|
||||||
<!-- <tipVue></tipVue> -->
|
<!-- <tipVue></tipVue> -->
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import timeSelectVue from '../workshop/component/timeSelect.vue';
|
import timeSelectVue from '../workshop/component/timeSelect.vue';
|
||||||
import tipVue from '../workshop/component/tip.vue';
|
import tipVue from '../workshop/component/tip.vue';
|
||||||
|
import couponPopupVue from '../coupon/component/couponPopup.vue';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user