Skip to content

Commit

Permalink
fix: fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
szmxx committed Sep 11, 2023
1 parent 4e70ef2 commit 78c453d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/home/HomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const portals = ref([
const router = useRouter()
function openHandler(i: Record<string, string>) {
function openHandler(i: Record<string, unknown>) {
if (i.path) router.push(i.path)
}
</script>

0 comments on commit 78c453d

Please sign in to comment.