Поправлено форматирование

This commit is contained in:
2018-12-16 20:38:16 +03:00
parent 6be6722b83
commit 31dc897b71
2 changed files with 26 additions and 14 deletions

View File

@ -2,7 +2,9 @@
<section class="app">
<p class="fact-index">Факт {{ factIndex }}</p>
<p class="note">{{ fact }}</p>
<button @click.prevent="next" class="button-next">Узнать чуть лучше</button>
<button @click.prevent="next" class="button-next">
Узнать чуть лучше
</button>
</section>
</template>