feat(utils): useButtonConfirmation.onButtonClick -> onActivate
This commit is contained in:
@@ -46,7 +46,7 @@ const { selected, selectorPosition } = useButtonNavigation({
|
||||
},
|
||||
},
|
||||
initialButton: "github",
|
||||
onButtonClick: (button) => {
|
||||
onActivate: (button) => {
|
||||
actionateButton(button);
|
||||
},
|
||||
disabled: computed(() => store.isIntro || store.isOutro),
|
||||
|
||||
Reference in New Issue
Block a user