Skip to content

Commit d962393

Browse files
author
Pooya Parsa
committed
remove input event
1 parent e702aa0 commit d962393

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docs/pages/docs/components/form-checkbox.vue

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,6 @@ export default {
3737
docs: {
3838
component: 'bFormCheckbox',
3939
events: [
40-
{
41-
event: 'input',
42-
args: [
43-
{
44-
arg: '_value',
45-
description: 'The internal <code>_value</code> if checked or <code>undefined</code>'
46-
}
47-
]
48-
},
4940
{
5041
event: 'change',
5142
description: 'On Changed',

0 commit comments

Comments
 (0)