14 lines
279 B
Vue
14 lines
279 B
Vue
<template>
|
|
<timeSelectVue></timeSelectVue>
|
|
<!-- <tipVue></tipVue> -->
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
import timeSelectVue from '../workshop/component/timeSelect.vue';
|
|
import tipVue from '../workshop/component/tip.vue';
|
|
</script>
|
|
|
|
<style scoped lang="scss">
|
|
|
|
</style>
|