This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |