Поправка формата заголовка

This commit is contained in:
Book Pauk
2020-02-11 15:05:43 +07:00
parent 97e1eef799
commit f066af88e7
4 changed files with 6 additions and 5 deletions

View File

@@ -1,13 +1,14 @@
<template>
<div id="versionHistoryPage" class="page">
<span class="text-h6 text-bold">История версий:</span>
<br><br>
<span class="clickable" v-for="(item, index) in versionHeader" :key="index" @click="showRelease(item)">
<p>
{{ item }}
</p>
</span>
<br>
<span class="text-h5">История версий:</span>
<br>
<div v-for="item in versionContent" :id="item.key" :key="item.key">