Commit dd77cb9f authored by quentin.vrel's avatar quentin.vrel

naming the tile div

parent d3f66ac6
<template> <template>
<div> <div class="tile">
<button class="tile-symbol"> <button class="tile-symbol">
<img class="tile-background" :src="this.background" :width="this.width" :height="this.height"/> <img class="tile-background" :src="this.background" :width="this.width" :height="this.height"/>
<img class="tile-front" :src="this.svg" :width="this.width" :height="this.height"/> <img class="tile-front" :src="this.svg" :width="this.width" :height="this.height"/>
</button> </button>
</div> </div>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment