Fix build errors

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2019-11-08 12:40:35 +01:00
commit 6d43b045f8
5 changed files with 10 additions and 10 deletions

View file

@ -50,7 +50,7 @@
</template>
<script>
import TextFormItem from '../components/textFormItem'
import TextFormItem from './textFormItem.vue'
export default {
components: {
TextFormItem