Gareth Watt
Gareth Watt
I've read the documentation and looked online. when I call validationEngine('hide') on a form element it hides all the form's error messages. It's supposed to just hide the one element's...
-- app.js ``` window.Vue = require('vue').default; ¥import Calendar from 'v-year-calendar'; Vue.use(Calendar); ``` --- calendar.blade.php ``` ``` --- console error [Vue warn]: Unknown custom element: - did you register the component...
There is probably something small I'm missing but I can't find any similar error online especially for year-calendar I'm using Laravel 8 ----- Full error: [Vue warn]: Error in render:...