UNPKG

rotate-ele

Version:

This is a image rotate plugin

15 lines (11 loc) 203 B
#### rotate-ele ##### 使用方式: main.js ``` import rotate from 'rotate-ele' Vue.use(rotate) ``` 以指令方式使用 ``` <span class="test" v-rotate>旋转测试标签</span> ```