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

naming the tile div

parent d3f66ac6
<template>
<div>
<div class="tile">
<button class="tile-symbol">
<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"/>
......
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