nested checkbox component
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
import { emitEvent } from '../lib/emitters'
|
||||
import nestedcheckboxinput from './nested_checkbox_input'
|
||||
|
||||
export default {
|
||||
name: 'checkboxinput',
|
||||
|
||||
components: {
|
||||
checkboxinput: this,
|
||||
nestedcheckboxinput,
|
||||
},
|
||||
|
||||
props: {
|
||||
@@ -14,7 +15,7 @@ export default {
|
||||
|
||||
data: function() {
|
||||
return {
|
||||
checked: this.initialChecked,
|
||||
isChecked: this.initialChecked,
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user