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

@@ -49,8 +49,8 @@
<script lang="ts" setup>
// vue
import { ref, onMounted } from "vue";
import TLoading from "./t-loading.vue";
import { useRouter } from "vue-router";
import TLoading from "./t-loading.vue";
// utils
import { createTGWindow } from "../utils/TGWindow";
// plugins