CroudTech / vue-fullcalendar

FullCalendar Wrapper for vue
MIT License
483 stars 100 forks source link

lodash noconflict? #32

Closed matt-croft closed 7 years ago

matt-croft commented 7 years ago

Is it possible that when lodash is imported that is set into no conflict mode?

I have other packages being included that are using underscore and it causing a bit of an issue for me as they keep treading on each other.

Or if someone can tell me if there is a way i can set it to no conflict etc without too much hassle.

Thanks.

BrockReece commented 7 years ago

I am actually now only using one module of lodash, I can totally just import that module instead of the entire lodash lib.

Sorry for my laziness, I will try and push a fix this afternoon.

BrockReece commented 7 years ago

In the latest version 2.0.4, Lodash has been trimmed down to only include the defaultsDeep module, so their should be no conflict over the usage of _

Cheers Brock

matt-croft commented 7 years ago

Thanks very much for the quick turn around 👍

BrockReece commented 7 years ago

No problem, happy to help