1.0.2 • Published 2 years ago

rotate-lxf v1.0.2

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

使用例子

使用命令安装:npm i rotate-lxf

页面引入:import rotate from "rotate-lxf"

components: {
    rotate
  },
使用时给rotate一个宽度
<rotate style="width:100px;" :deg="360" :speed="2">
    <img :src="equipmentImg" style="width:100px;" />
  </rotate>
deg(角度) 默认360
speed(速度)默认2  单位秒
1.0.2

2 years ago

1.0.1

2 years ago