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
[Vue warn]: Error in v-on handler: "ReferenceError: $moment is not defined"
found in
<AddGamesComponent> at resources/js/components/Listings/AddGamesComponent.vue
<Root>
Any idea why please?
Thank you.
The text was updated successfully, but these errors were encountered:
Hello,
I am using Laravel with vue.js
I added this to the app.js:
import Moment from 'vue-moment';
Vue.use(Moment);
In my components it works when I used vue moment like this:
But as soon as I try to use it in an axis request it fails. I tried this:
Also tried this:
Both of them shows this error:
Any idea why please?
Thank you.
The text was updated successfully, but these errors were encountered: