Skip to content

Instantly share code, notes, and snippets.

View temistoclesarea's full-sized avatar

Temis Octis temistoclesarea

  • Brasil
View GitHub Profile
@temistoclesarea
temistoclesarea / getPositionRand
Last active May 6, 2018 17:57
getPositionRand
<template v-for="g in data.Zones">
{{getPositionRand()}} // dessa forma ele chama o getPositionRand()
<a
class="zone"
???getPositionRand()??? // mas não sei chamar o method aqui
:title="'C:'+g.code+' T:'+g.time+' P:'+pos['p']+' H:'+pos['ph']+' W:'+pos['pw']"
:key="g.id"
:style="'width:'+pos['p']+'px;'+'height:'+pos['p']+'px;'+'top:'+pos['ph']+'px;'+'left:'+pos['pw']+'px;'"
:href="'#c:'+g.code"></a>