We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04e3db commit 577d738Copy full SHA for 577d738
components/common/CommonButton.vue
@@ -56,7 +56,7 @@
56
<script setup>
57
/*
58
* Usage:
59
- * <CommonButton @common-button-click="functionName" isLoading="true">Common button</CommonButton>
+ * <CommonButton @common-button-click="functionName" is-loading="true" link-to="/link">Common button</CommonButton>
60
*/
61
62
defineEmits(["CommonButtonClick"]);
0 commit comments