Guest User

Untitled

a guest
Jan 22nd, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. .
  2. .
  3. .
  4. data(): function(){
  5. return{
  6. deg: 5
  7. }
  8. }
  9. .
  10. .
  11. .
  12.  
  13. v-bind:style="{ transform: rotate(deg) }"
  14. v-bind:style="$transform: 'rotate('+deg+')'"
Add Comment
Please, Sign In to add comment