fix: to composition api
This commit is contained in:
@@ -31,11 +31,7 @@ const router = useRouter();
|
||||
const goToLink = () => {
|
||||
if (props.projectLink) {
|
||||
router.push(props.projectLink);
|
||||
/*
|
||||
window.location.href = props.projectLink;
|
||||
*/
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
};
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user