wormsan / vue-lazyload-img

A plugin of vue for image lazyload(vue图片懒加载插件)
http://docs.gomeminus.com/vue-lazyload-img/test/bundle.html
MIT License
249 stars 52 forks source link

vue需要作为peerDependencies引入 #11

Closed thkdog closed 7 years ago

thkdog commented 8 years ago

npm install的时候模块自带了vue,这个是插件不应该直接在dependencies里依赖vue

thkdog commented 8 years ago

修改package.json "peerDependencies": { "vue": "^1.0.24" },

wormsan commented 7 years ago

v1已经加入了