Skip to content

Commit 577d738

Browse files
committed
Improve commonbutton description
1 parent a04e3db commit 577d738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/common/CommonButton.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<script setup>
5757
/*
5858
* Usage:
59-
* <CommonButton @common-button-click="functionName" isLoading="true">Common button</CommonButton>
59+
* <CommonButton @common-button-click="functionName" is-loading="true" link-to="/link">Common button</CommonButton>
6060
*/
6161
6262
defineEmits(["CommonButtonClick"]);

0 commit comments

Comments
 (0)