vue-lazy-images
Advanced tools
Comparing version 1.3.0 to 1.3.1
/*! | ||
* vue-lazy-images v1.2.4 | ||
* vue-lazy-images v1.3.1 | ||
* (c) 2017 LowesYang | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
{ | ||
"name": "vue-lazy-images", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "A plugin of lazy-load images for vue2.x", | ||
@@ -5,0 +5,0 @@ "main": "dist/VueLazyImages.js", |
# vue-lazyload-images | ||
[![npm](https://img.shields.io/badge/npm-v1.3.0-green.svg)](https://www.npmjs.com/package/vue-lazy-images) | ||
[![npm](https://img.shields.io/badge/npm-v1.3.1-green.svg)](https://www.npmjs.com/package/vue-lazy-images) | ||
[![Build Status](https://travis-ci.org/yyh1102/vue-lazyload-images.svg?branch=master)](https://travis-ci.org/yyh1102/vue-lazyload-images) | ||
@@ -36,4 +36,4 @@ [![Coverage Status](https://coveralls.io/repos/github/yyh1102/vue-lazyload-images/badge.svg)](https://coveralls.io/github/yyh1102/vue-lazyload-images) | ||
<lazy-image | ||
:src='图片url' | ||
:placeholder='图片加载前显示的占位或loading图' | ||
:src='url' | ||
:placeholder='url of placeholder or loading image' | ||
> | ||
@@ -40,0 +40,0 @@ ``` |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9193505