BrockReece / vue-fullcalendar-example

51 stars 30 forks source link

this works without window.jQuery = window.$ = require('jquery') ? #5

Open dennisbrandenberger opened 6 years ago

dennisbrandenberger commented 6 years ago

I can't seem to find:

window.jQuery = window.$ = require('jquery')
BrockReece commented 6 years ago

This is handled in my webpack config

However, jQuery is now automatically loaded in fullcalendar and we have recently rewritten the component to no longer need any type of global declaration of jQuery. I just haven't got round to updating the docs yet 😉

Hope that helps?

Cheers Brock

trollepierre commented 6 years ago

@BrockReece : Please add it in the README.md file. I had the same issue. But I solved it.

BrockReece commented 6 years ago

@trollepierre, I will move it up the todo list.