Remove Form component

This commit is contained in:
Bubka
2020-01-19 21:06:57 +01:00
parent 77d7134cb1
commit 9926725a04
8 changed files with 0 additions and 496 deletions

View File

@ -1,13 +1,9 @@
import Vue from 'vue'
import Button from './Button'
import { FormError, FormErrors, FieldError } from './form'
// Components that are registered globaly.
[
Button,
FormError,
FormErrors,
FieldError
].forEach(Component => {
Vue.component(Component.name, Component)
})