remove the inline style example

This commit is contained in:
Andreas Zweili 2021-01-18 22:39:16 +01:00
parent b070edb69f
commit 0be4a896e9
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<h1>Vue Dynamic Styling</h1>
</header>
<section id="styling">
<div class="demo" :style="{borderColor: boxASelected ? 'red' : '#ccc'}" @click="boxSelected('A')"></div>
<div class="demo" @click="boxSelected('A')"></div>
<div class="demo" @click="boxSelected('B')"></div>
<div class="demo" @click="boxSelected('C')"></div>
</section>