Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

convert ConditionalNuxtLink.vue to typescript #152

Closed
wants to merge 1 commit into from

Conversation

ToBinio
Copy link
Contributor

@ToBinio ToBinio commented Nov 19, 2023

all in the title

},
})
<script setup lang="ts">
defineProps<{ to: string; isLink: false }>()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
defineProps<{ to: string; isLink: false }>()
defineProps<{ to: string; isLink: boolean }>()

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tbh, this shouldn't even be valid code...

thanks for the check

@ToBinio ToBinio closed this by deleting the head repository Aug 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants