Skip to content

Commit 7b2bd7b

Browse files
committed
feat(vue/button): Add onClick callback to showcase
1 parent 6b2d089 commit 7b2bd7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/vue/lib/components/rs-button.showcase.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const props = {
88
default: "primary",
99
options: ["primary", "secondary", "text", "icon"],
1010
},
11+
onClick: "callback"
1112
};
1213
const slots = {
1314
default: {

0 commit comments

Comments
 (0)