You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
window.Vue = require('vue').default;
¥import Calendar from 'v-year-calendar';
Vue.use(Calendar);
--- calendar.blade.php
<template>
<Calendar></Calendar>
</template>
--- console error
[Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.
(found in )
The text was updated successfully, but these errors were encountered:
-- app.js
--- calendar.blade.php
--- console error
[Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.
(found in )
The text was updated successfully, but these errors were encountered: