This commit is contained in:
hayatie
2024-04-15 11:55:41 +08:00
19 changed files with 536 additions and 278 deletions
@@ -27,12 +27,12 @@
<a href="#">Pautan Zoom</a>
</router-link>
<router-link :to="{name: 'Vote'}" v-if="data.election.status==2 && !hasVoted()" tag="li" exact>
<a href="#">Vote</a>
<router-link :to="{name: 'Vote'}" v-if="data.election.status==2 && data.user.saham >= 500 && !hasVoted()" tag="li" exact>
<a href="#">Undian</a>
</router-link>
<router-link :to="{name: 'Result'}" v-if="data.election.status==2 && hasVoted()" tag="li">
<a href="#">Results</a>
<a href="#">Keputusan</a>
</router-link>
</ul>