1.0.0 • Published 1 year ago

img-cache-v3 v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

ImgCacheV3

安装

npm i img-cache-v3

main.js中引入

import ImgCache from 'img-cache-v3'

const app = createApp(App)
app.use(ImgCache)
app.mount('#app')

Vue组件中使用

<script setup>

</script>

<template>
  <ImgCache src="/vite.svg"/>
</template>

<style scoped>

</style>

参数列表

属性名说明类型
src图片源地址,同原生属性一致String
fit确定图片如何适应容器框,同原生 object-fitString
alt原生属性 altString
style样式Object
1.0.0

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago