improves custom v-closable directive

This commit is contained in:
2019-06-12 21:35:35 +02:00
parent a57ffdb6c6
commit 3232710a4c
2 changed files with 16 additions and 7 deletions

View File

@@ -8,7 +8,7 @@
<h1 class="title">Coffre de groupe</h1>
</div>
</div>
<Chest player=0></Chest>
<Chest :player="0"></Chest>
</section>
</template>