Add AAside

This commit is contained in:
Damillora 2021-01-15 02:23:47 +07:00
parent 7173c3723c
commit 0accd72437
2 changed files with 39 additions and 0 deletions

32
pages/games/aaside.vue Normal file
View File

@ -0,0 +1,32 @@
<template>
<div class="page">
<PageHeader imageType="cue-mei2">
<h1 class="title">Game Profile: ARGONAVIS from BanG Dream! AAside</h1>
<p><a href="https://aaside.bushimo.jp">Game Website</a></p>
</PageHeader>
<!--
<main class="container mx-auto main">
<h2>My Review</h2>
<blockquote>
</blockquote>
<p><a href="">Read more</a></p>
</main>
-->
</div>
</template>
<script>
import PageHeader from "@/components/PageHeader";
export default {
components: {
PageHeader,
},
head: {
title: "Game Profile: ",
},
}
</script>
<style>
</style>

View File

@ -128,10 +128,17 @@
playername="Damillora"
gameid="804547223"
/>
<GameListItem
name="ARGONAVIS from BanG Dream! AAside"
link="/games/aaside"
playername="Damilora"
gameid="3BUWJibt"
/>
<!--
<GameListItem
name=""
link=""
playername=""
gameid=""
/>
-->