22 lines
402 B
Vue
22 lines
402 B
Vue
<template>
|
|
<div class="page">
|
|
<h1 class="title">Game Profile: The IDOLM@STER Million Live: Theater Days</h1>
|
|
<p><a href="https://millionlive.idolmaster.jp/theaterdays/">Game Website</a></p>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
|
|
export default {
|
|
components: {
|
|
|
|
},
|
|
head: {
|
|
title: "Game Profile: The IDOLM@STER Million Live: Theater Days",
|
|
},
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
</style>
|