egjs-infinitegrid
egjs-infinitegrid copied to clipboard
Why "TypeError: Cannot set properties of undefined (setting '_eventHandler')"
Description
Steps to check or reproduce
I use the demo on the officel site
and loading with vue2-sfc-loader
and vue version is 2.7.14
@SprayHank
Hi, does the MasonryInfiniteGrid you use look like @egjs/infinitegrid?
Try @egjs/vue-infinitegrid(only vue2) here
@daybrush How to know which I am using?
I got the code from here "https://cdnjs.com/libraries/egjs-infinitegrid"
By the way, Can I compile my own one for vue2 from source? If yes, how?
Becouse my project dosent use webpack, so I cant use the library like " from '@egjs/vue-infinitegrid';"
And, dose it have a downloadable demo so I can test it locally and fully control every things?