chore: fix typecheck

This commit is contained in:
YunYouJun
2023-08-20 05:02:20 +08:00
parent 94a9ff5007
commit e861c5bd65
4 changed files with 6 additions and 9 deletions

View File

@@ -3,9 +3,6 @@ definePageMeta({
layout: 'child',
title: '自定义菜谱',
})
const route = useRoute()
const id = computed(() => route.query.id)
</script>
<template>