[Vuejs]-Why won't my first Vue component compile? / How to load vue-formio module?

0👍

In documentation import { Form } from 'vue-formio';
so you should replace your import on 6 line to import { Form: Formio } from 'vue-formio';

Leave a comment