Display some checkbox components
This commit is contained in:
parent
1a5f258346
commit
4fcb8c6ba4
|
@ -3,7 +3,8 @@
|
|||
// import VButtonGroupView from '../template/VButtonGroupView.vue';
|
||||
// import VLinkView from '../template/VLinkView.vue';
|
||||
// import VAccordionView from '../template/VAccordionView.vue';
|
||||
import VInputView from '../template/VInputView.vue';
|
||||
// import VInputView from '../template/VInputView.vue';
|
||||
import VCheckboxView from '../template/VCheckboxView.vue';
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -12,5 +13,6 @@ import VInputView from '../template/VInputView.vue';
|
|||
<!-- <VButtonGroupView/> -->
|
||||
<!-- <VLinkView/> -->
|
||||
<!-- <VAccordionView/> -->
|
||||
<VInputView/>
|
||||
<!-- <VInputView/> -->
|
||||
<VCheckboxView/>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue
Block a user