fix: to composition api

This commit is contained in:
Mohamed Maoulainine Maoulainine
2025-02-26 03:39:59 +01:00
parent 0733f8d5af
commit f48b570494
4 changed files with 40 additions and 61 deletions

View File

@@ -31,11 +31,7 @@ const router = useRouter();
const goToLink = () => {
if (props.projectLink) {
router.push(props.projectLink);
/*
window.location.href = props.projectLink;
*/
}
}
};
</script>