Remove unused nestedcheckbox vue component

This commit is contained in:
leigh-mil
2019-09-10 13:16:16 -04:00
parent d33332034a
commit ca39d7107d
4 changed files with 0 additions and 41 deletions

View File

@@ -1,13 +1,8 @@
import { emitEvent } from '../lib/emitters'
import nestedcheckboxinput from './nested_checkbox_input'
export default {
name: 'checkboxinput',
components: {
nestedcheckboxinput,
},
props: {
name: String,
initialChecked: Boolean,