This commit is contained in:
2019-11-09 20:40:47 +01:00
parent f5a209ca1b
commit 54fa9ce0b0
2 changed files with 4 additions and 1 deletions

View File

@ -30,6 +30,8 @@
<input v-model="message"> <span>{{ lenMessage }}</span>
<p class="static" v-bind:class="{ active: isActive, 'text-danger': hasError }">class</p>
<button v-on:click="counter += 1">{{ counter }} clics</button>
</div>
<script src="app.js"></script>