2020-01-30 07:16:48 +00:00
|
|
|
<template>
|
|
|
|
<div class="page">
|
2021-01-09 20:21:26 +00:00
|
|
|
<PageHeader imageType="cue-mei2">
|
2020-12-26 09:50:33 +00:00
|
|
|
<h1 class="title">Game Profile: Revue Starlight Re LIVE (EN)</h1>
|
|
|
|
<p><a href="https://www.en.revuestarlight-relive.com/">Game Website</a></p>
|
|
|
|
</PageHeader>
|
|
|
|
<main class="container mx-auto main">
|
|
|
|
</main>
|
2020-01-30 07:16:48 +00:00
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
2020-12-26 09:50:33 +00:00
|
|
|
import PageHeader from "@/components/PageHeader";
|
2020-01-30 07:16:48 +00:00
|
|
|
|
|
|
|
export default {
|
|
|
|
components: {
|
2020-12-26 09:50:33 +00:00
|
|
|
PageHeader,
|
2020-01-30 07:16:48 +00:00
|
|
|
},
|
2020-11-09 11:16:34 +00:00
|
|
|
head: {
|
2020-02-01 20:26:13 +00:00
|
|
|
title: "Game Profile: Revue Starlight Re LIVE (EN)",
|
|
|
|
}
|
2020-01-30 07:16:48 +00:00
|
|
|
}
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
</style>
|