aboutsummaryrefslogtreecommitdiff
path: root/src/components/sidebar.vue
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-12-04 01:52:46 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-12-04 01:52:46 +0530
commitd5fab4fefaa3e63c1cda945cf556a0ecfdfa0170 (patch)
tree4fdb6ecaa9cd0c74e99313f1df09290b8fa57788 /src/components/sidebar.vue
parent43ecf895d367bb63b35a2452b1e1c81e76e560cb (diff)
showing drafts on homepageHEAD0.2.1master
Diffstat (limited to 'src/components/sidebar.vue')
-rw-r--r--src/components/sidebar.vue4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/components/sidebar.vue b/src/components/sidebar.vue
index d9c05d5..4c4623f 100644
--- a/src/components/sidebar.vue
+++ b/src/components/sidebar.vue
@@ -11,10 +11,6 @@ watch(
requiresAuth.value = route.meta.isAuth
}
)
-console.log(toRaw(route.fullPath))
-console.log(toRaw(route.fullPath))
-console.log(toRaw(route.fullPath))
-console.log(toRaw(route.name))
</script>
<template>