This commit is contained in:
李志鹏
2026-05-14 13:01:52 +08:00
parent 5668ec3747
commit e986861e72
3 changed files with 196 additions and 2 deletions

View File

@@ -1,7 +1,9 @@
<template>
<RouterView />
<RouterView />
<BackTop />
</template>
<script setup lang="ts">
import { RouterView } from 'vue-router'
import { RouterView } from "vue-router";
import BackTop from "./components/back-top.vue";
</script>