shershen08 / vue-masonry

💠 Vue.js directive for masonry blocks layouting ✅
MIT License
674 stars 81 forks source link

Two mistakes #53

Closed kotuck closed 6 years ago

kotuck commented 6 years ago

Hello, i like your plugin. But i found two mistakes. 1). Please replace all value "const" to "var". It's not supported in old browsers. 2). Don't import Vue in your plugin, because bundle will have 2 copy of Vue (from their app and your plugin).

shershen08 commented 6 years ago

Thanks for the input on second point, it was referenced for several times already, so finally fixed it.