-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got this Error #1
Comments
For your first comment, you got this error because of the URL that you have given with axios.get() in mount() method of Tool.vue is not match with the route that you defined in the nova-components/Agenda/routes/api.php for example: so in the Tool.vue file the mount method is set like: mounted() { your path have prefix like "/nova-vendor/agenda", you can check the route by the "php artisan route:list" command |
i have the same problem. Anything new? |
Hi, same error, someone has a solution? thanks |
Also interested on this |
ant-design-vue calendar runs well as a standalone component: but got an " Uncaught Error: A DOM element reference is required" in Nova: Any help is appreciated. |
There is an alternative implementation using @fullcalendar/vue instead of Ant Design of Vue: |
Hi Dear, I got this error :
TypeError: this.events.forEach is not a function
Can you help me with that
Many thx
The text was updated successfully, but these errors were encountered: