整理
This commit is contained in:
13
src/pages/UI-components/infinite-loading/detail.page.vue
Normal file
13
src/pages/UI-components/infinite-loading/detail.page.vue
Normal file
@ -0,0 +1,13 @@
|
||||
<script setup lang="ts">
|
||||
const route = useRoute();
|
||||
definePage({
|
||||
meta: {
|
||||
hidden: true,
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1>Detail</h1>
|
||||
<p>id: {{ route.query.id }}</p>
|
||||
</template>
|
Reference in New Issue
Block a user