feat: 添加深冻结库,重构无限加载页面,优化缓存逻辑并新增详情页
This commit is contained in:
8
src/pages/infinite-loading/detail.page.vue
Normal file
8
src/pages/infinite-loading/detail.page.vue
Normal file
@ -0,0 +1,8 @@
|
||||
<script setup lang="ts">
|
||||
const route = useRoute();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1>Detail</h1>
|
||||
<p>id: {{ route.query.id }}</p>
|
||||
</template>
|
Reference in New Issue
Block a user