jiangchengfeiyi-xiaochengxu/pages/testPage/testPage.vue

14 lines
279 B
Vue
Raw Normal View History

2025-02-24 01:34:57 +00:00
<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>