28 lines
711 B
Vue
28 lines
711 B
Vue
<template>
|
|
<div class="page">
|
|
<h1 class="title">Game Profile: CUE!</h1>
|
|
<p><a href="https://www.cue-liber.jp/">Game Website</a></p>
|
|
<h2>My Review</h2>
|
|
<blockquote>
|
|
Despite the similarities and the amount of grinding, CUE! manages to stand out for me.
|
|
I recommend to try it sometimes, and get to the point where you can change casts in the anime. You will appreciate it.
|
|
</blockquote>
|
|
<p><a href="https://blog.nanao.moe/game-reviews/cue/">Read more</a></p>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
|
|
export default {
|
|
components: {
|
|
|
|
},
|
|
head: {
|
|
title: "Game Profile: CUE!",
|
|
},
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
</style>
|