refactor: url.vue to composition api #80

Merged
Johann150 merged 1 commit from refactor/url into main 2022-08-20 15:34:18 +00:00
Owner
No description provided.
norm force-pushed refactor/url from 7d02bb5de4 to b740bb3c2b 2022-08-20 04:32:37 +00:00 Compare
Johann150 reviewed 2022-08-20 09:25:28 +00:00
@ -52,1 +29,3 @@
});
const props = defineProps<{
url: string;
rel?: string;
Owner

According to the previous type definition this is string | null with null as the default.

According to the previous type definition this is `string | null` with null as the default.
norm marked this conversation as resolved
norm force-pushed refactor/url from b740bb3c2b to b0e75e1206 2022-08-20 15:15:44 +00:00 Compare
Johann150 merged commit 16e9cf91f7 into main 2022-08-20 15:34:18 +00:00
Johann150 deleted branch refactor/url 2022-08-20 15:34:18 +00:00
Sign in to join this conversation.
No reviewers
No labels
feature
fix
upkeep
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: FoundKeyGang/FoundKey#80
No description provided.