mirror of
https://github.com/kihashi/stardew_community_checklist.git
synced 2025-10-19 08:03:17 +00:00
Add container to changelog (#110)
This commit is contained in:
parent
0ce3b3a779
commit
1c0612cb6f
@ -1,11 +1,11 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="section">
|
<section class="section">
|
||||||
<div class="container is-fluid">
|
<section class="container">
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
Changelog
|
Changelog
|
||||||
</h1>
|
</h1>
|
||||||
<version v-for="version in changelog.versions" :key="version.date" :version="version"/>
|
<version v-for="version in changelog.versions" :key="version.date" :version="version"/>
|
||||||
</div>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user