File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# vue-load-image
4
4
[ ![ npm] ( https://img.shields.io/npm/dt/vue-load-image.svg )] ( https://www.npmjs.com/package/vue-load-image ) ![ npm bundle size (minified)] ( https://img.shields.io/bundlephobia/min/vue-load-image.svg ) [ ![ npm version] ( https://img.shields.io/npm/v/vue-load-image.svg?style=flat )] ( https://www.npmjs.com/package/vue-load-image ) [ ![ NpmLicense] ( https://img.shields.io/npm/l/vue-load-image.svg )] ( https://github.com/john015/vue-load-image/blob/master/LICENSE )
5
+
5
6
vue-load-image는 이미지로드 중 이미지 로더를 표시하며 이미지로드에 실패 했을때 대체 내용을 표시하는 3KB Vue component 입니다.
6
7
7
8
## Demo
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ English | [한국어](./README-ko.md)
2
2
3
3
# vue-load-image
4
4
[ ![ npm] ( https://img.shields.io/npm/dt/vue-load-image.svg )] ( https://www.npmjs.com/package/vue-load-image ) ![ npm bundle size (minified)] ( https://img.shields.io/bundlephobia/min/vue-load-image.svg ) [ ![ npm version] ( https://img.shields.io/npm/v/vue-load-image.svg?style=flat )] ( https://www.npmjs.com/package/vue-load-image ) [ ![ NpmLicense] ( https://img.shields.io/npm/l/vue-load-image.svg )] ( https://github.com/john015/vue-load-image/blob/master/LICENSE )
5
+
5
6
vue-load-image is 3KB minimalist Vue component that display loader during image loading, as well as by display alternate content when the image fails to load.
6
7
7
8
## Demo
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-load-image" ,
3
- "version" : " 0.1.5 " ,
3
+ "version" : " 0.1.55 " ,
4
4
"description" : " a Vue component for showing loader during image loading" ,
5
5
"scripts" : {
6
6
"build" : " webpack --config config/webpack.prod.config.js --optimize-minimize --hide-modules --mode production"
You can’t perform that action at this time.
0 commit comments