fix: linting all the files possible error may still occur but i just ignored them cuz it's commented code, probably will fix them later if it persists
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div @click="goToLink" class="project">
|
||||
<div class="project" @click="goToLink" >
|
||||
<div class="project-header">
|
||||
<h2 >{{ projectName }}</h2>
|
||||
<div class="project-buttons">
|
||||
@ -31,7 +31,7 @@ const router = useRouter();
|
||||
|
||||
const goToLink = () => {
|
||||
if (props.projectLink) {
|
||||
router.push(props.projectLink);
|
||||
router.push(props.projectLink);0
|
||||
}
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user