Compare commits
2 Commits
7f7664e68f
...
92ca0a4418
| Author | SHA1 | Date | |
|---|---|---|---|
| 92ca0a4418 | |||
| 6a002ceb16 |
@ -46,7 +46,6 @@
|
|||||||
import useUserStore from '~/stores/user'
|
import useUserStore from '~/stores/user'
|
||||||
const userStore = useUserStore()
|
const userStore = useUserStore()
|
||||||
const route = useRoute()
|
const route = useRoute()
|
||||||
console.log(route.params.id)
|
|
||||||
|
|
||||||
const { data: detail } = await useAsyncData(`toolbox-detail-${route.params.id}}`, async () => {
|
const { data: detail } = await useAsyncData(`toolbox-detail-${route.params.id}}`, async () => {
|
||||||
const res = await get({ id: route.params.id as string })
|
const res = await get({ id: route.params.id as string })
|
||||||
|
|||||||
Reference in New Issue
Block a user