1.0.0 • Published 4 years ago

hzz-image v1.0.0

Weekly downloads
2
License
ISC
Repository
-
Last release
4 years ago

hzz-image

通用图片展示方案,包含以下功能点:

1、图片加载动画

2、图片报错展示

version

版本号描述
1.0.0初始版本

install

npm i hzz-image -S

quick start

<template>
  <hzz-image src="">
</template>
import Vue from 'vue';
import hzzImage from 'hzz-image';
Vue.use(hzzImage);

attributes

参数说明默认值
src实际图片地址-
errorImg错误图片地址error.jpg
loadImg加载图片地址load.gif

author

huzouzou

FAQ

If you have any question. You can contract me with QQ(1321176618).