refactor: token-generate-window.vue to composition api #139

Manually merged
Johann150 merged 1 commit from refactor/token-generate-window.vue into main 2022-09-18 19:13:55 +00:00
Owner
No description provided.
Johann150 reviewed 2022-09-17 21:05:24 +00:00
@ -73,0 +40,4 @@
const props = withDefaults(defineProps<{
title?: string;
information?: string;
initialName?: string;
Owner

These two also need default values or the linter will complain. Probably something like this is appropriate:

information: null,
initialName: '',
These two also need default values or the linter will complain. Probably something like this is appropriate: ``` information: null, initialName: '', ```
norm marked this conversation as resolved
norm force-pushed refactor/token-generate-window.vue from 82dd2f5868 to ff396f4c14 2022-09-17 23:11:42 +00:00 Compare
Johann150 manually merged commit 668181fb44 into main 2022-09-18 19:13:55 +00:00
Johann150 deleted branch refactor/token-generate-window.vue 2022-09-18 19:14:00 +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.

Reference: FoundKeyGang/FoundKey#139
No description provided.