@@ -36,6 +36,7 @@ const handleRecommend = (id: string) => {
}
async function fetchData() {
+ console.log('fetchData test')
loading.value = true
const res = await fetchModel()
console.log(res, 'res')