feat(calendar): 组件写好了,然后就是跳转的事情了

This commit is contained in:
BTMuli
2023-04-02 23:02:16 +08:00
parent 3d3ac83d2a
commit 34bb878e2e
5 changed files with 199 additions and 5 deletions

View File

@@ -1,10 +1,12 @@
<template>
<t-pool />
<t-position />
<t-calendar />
</template>
<script lang="ts" setup>
// vue
import TPool from "../components/t-pool.vue";
import TPosition from "../components/t-position.vue";
import TCalendar from "../components/t-calendar.vue";
</script>