mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
feat(calendar): 组件写好了,然后就是跳转的事情了
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user