Use widgets to get checkboxes and add some vue
This commit is contained in:
@@ -6,6 +6,8 @@ import Vue from 'vue/dist/vue'
|
||||
import VTooltip from 'v-tooltip'
|
||||
|
||||
import optionsinput from './components/options_input'
|
||||
import multicheckboxinput from './components/multi_checkbox_input'
|
||||
import otherinput from './components/other_input'
|
||||
import textinput from './components/text_input'
|
||||
import checkboxinput from './components/checkbox_input'
|
||||
import DetailsOfUse from './components/forms/details_of_use'
|
||||
@@ -37,6 +39,8 @@ const app = new Vue({
|
||||
components: {
|
||||
toggler,
|
||||
optionsinput,
|
||||
multicheckboxinput,
|
||||
otherinput,
|
||||
textinput,
|
||||
checkboxinput,
|
||||
DetailsOfUse,
|
||||
|
Reference in New Issue
Block a user