fix. 테스트용 코드 제거
This commit is contained in:
@@ -58,10 +58,6 @@ const handlePagination = (page: number) => {
|
|||||||
currentPage.value = page
|
currentPage.value = page
|
||||||
emits('update:page', page)
|
emits('update:page', page)
|
||||||
}
|
}
|
||||||
|
|
||||||
onMounted(() => {
|
|
||||||
console.log(blocks.value)
|
|
||||||
})
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
|||||||
@@ -48,10 +48,6 @@ const checkLoginValidation = async () => {
|
|||||||
const validateTokenResult = await handleTokenValidation(
|
const validateTokenResult = await handleTokenValidation(
|
||||||
accessToken.value || ''
|
accessToken.value || ''
|
||||||
)
|
)
|
||||||
console.log(
|
|
||||||
'🚀 ~ checkLoginValidation ~ validateTokenResult:',
|
|
||||||
validateTokenResult
|
|
||||||
)
|
|
||||||
isLogin.value = validateTokenResult
|
isLogin.value = validateTokenResult
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user