miracle/pages/games/llsifas.vue

27 lines
533 B
Vue

<template>
<div class="page">
<PageHeader>
<h1 class="title">Game Profile: Love Live! School idol festival ALL STARS</h1>
<p><a href="https://lovelive-as.bushimo.jp/">Game Website</a></p>
</PageHeader>
<main class="container mx-auto main">
</main>
</div>
</template>
<script>
import PageHeader from "@/components/PageHeader";
export default {
components: {
PageHeader,
},
head: {
title: "Game Profile: Love Live! School idol festival ALL STARS",
},
}
</script>
<style>
</style>