miracle/pages/games/llsif.vue

22 lines
377 B
Vue
Raw Normal View History

2020-01-30 07:16:48 +00:00
<template>
<div class="page">
2020-02-01 20:26:13 +00:00
<h1 class="title">Game Profile: Love Live! School Idol Festival (JP)</h1>
2020-01-30 07:16:48 +00:00
<p><a href="https://lovelive-sif.bushimo.jp/">Game Website</a></p>
</div>
</template>
<script>
export default {
components: {
},
2020-11-09 11:16:34 +00:00
head: {
2020-02-01 20:26:13 +00:00
title: "Game Profile: Love Live! School Idol Festival (JP)",
}
2020-01-30 07:16:48 +00:00
}
</script>
<style>
</style>