polishing-card
v0.1.5
Published
模仿 steam 游戏库的卡片交互,制作的带反光的卡片,支持 vue2 以上 vue 版本
Downloads
1
Readme
polishing-card
模仿 steam 游戏库的卡片交互,制作的带反光的卡片,支持 vue2 以上 vue 版本
安装
npm i polishing-card
使用
<template>
<PolishingCard>
<img src="./assets/yourPic.png" :width="222" :height="334" />
</PolishingCard>
</template>
<script>
import PolishingCard from "polishing-card";
...
components: {
PolishingCard,
}
</script>