refactor: token-generate-window.vue to composition api #139
No reviewers
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Blocks
#130 Refactor remaining client components to SFC Setup + Composition API}
FoundKeyGang/FoundKey
Reference: FoundKeyGang/FoundKey#139
Loading…
Reference in a new issue
No description provided.
Delete branch "refactor/token-generate-window.vue"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -73,0 +40,4 @@
const props = withDefaults(defineProps<{
title?: string;
information?: string;
initialName?: string;
These two also need default values or the linter will complain. Probably something like this is appropriate:
82dd2f5868
toff396f4c14