1
0
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:
John Cleaver 2019-03-08 22:35:42 -05:00 committed by GitHub
parent 0ce3b3a779
commit 1c0612cb6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>