添加回到顶部代码

This commit is contained in:
A1300399510
2023-07-27 18:17:30 +08:00
parent cb2674fe48
commit 438b5179ed
12 changed files with 71 additions and 3 deletions

View File

@@ -28,6 +28,8 @@
<listBtmPrompt></listBtmPrompt>
<footerTool></footerTool>
</div>
<back-to-top></back-to-top>
</template>
<script setup>
@@ -45,6 +47,7 @@ import { useRouter } from 'vue-router';
import { ElMessage } from 'element-plus'
import footerTool from '@/components/footer/footer.vue'
import loadMoreText from '../components/loadMore/loadMoreText.vue'
import backToTop from '@/components/public/backToTop.vue'
//路由
const route = useRouter()