Skip to content

Commit db185c0

Browse files
committed
Docs
1 parent 9b8396b commit db185c0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

components/common/CommonButton.vue

+5-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,11 @@
5454
</template>
5555

5656
<script setup>
57-
/*
58-
* Usage:
57+
/**
58+
* Vue.js component that renders a button.
59+
*
60+
* @component CommonButton
61+
* @example
5962
* <CommonButton @common-button-click="functionName" is-loading="true" center-button="false" link-to="/link">Common button</CommonButton>
6063
*/
6164

0 commit comments

Comments
 (0)