We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CMultiOptionButton
1 parent 6f95a71 commit 42e91d7Copy full SHA for 42e91d7
src/components/CMultiOptionButton.vue
@@ -72,7 +72,7 @@ type ButtonData = {
72
/**
73
* Emitted when the user clicks on this button.
74
*/
75
- onClick?: () => {};
+ onClick?: () => void;
76
77
78
* Denotes the target route of the link. You can find more information about the `to` prop on the vue-router documentation.
0 commit comments