feat(backTop): 添加回顶组件

This commit is contained in:
BTMuli
2023-04-01 21:25:10 +08:00
parent 62744aed3c
commit c633476e69
3 changed files with 98 additions and 0 deletions

View File

@@ -21,12 +21,14 @@
</v-main>
</v-layout>
</div>
<t-back-top />
</template>
<script lang="ts" setup>
// vue
import { onMounted, ref } from "vue";
import TSidebar from "./components/t-sidebar.vue";
import TBackTop from "./components/t-backTop.vue";
// tauri
import { fs, window } from "@tauri-apps/api";
// store