Skip to content

Commit e34ce2d

Browse files
author
Pooya Parsa
committed
[buttons] also document <b-link>
1 parent 9836f27 commit e34ce2d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

docs/pages/docs/components/buttons.vue

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,11 @@
2121
return {
2222
jsfiddle: 'L9f7cmms',
2323
component: 'bButton',
24+
components: ['bLink'],
2425
events: [
2526
{
2627
event: 'click',
27-
description: 'when clicked on button',
28-
args: [
29-
{
30-
arg: 'link',
31-
description: ''
32-
}
33-
]
28+
description: 'when clicked on button'
3429
}
3530
]
3631
};

0 commit comments

Comments
 (0)