app.js:43619 [Vue warn]: Property or method "form" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the
code in app.
require('./bootstrap');
import Vue from 'vue';
window.Vue = require('vue').default;
import VueRouter from 'vue-router';
import { Form, HasError, AlertError } from 'vform';
window.Form = Form;
Vue.component(HasError.name, HasError)
Vue.component(AlertError.name, AlertError)
code in app.
cod in app.blade.php
code in user.vue