2020-10-04 18:45:17 +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 : Project SEKAI COLORFUL STAGE ! < / h1 >
< p > < a href = "https://pjsekai.sega.jp/" > Game Website < / a > < / p >
< / PageHeader >
< main class = "container mx-auto main" >
< h2 > My Review < / h2 >
< blockquote >
Overall , I 've gotten what I wanted to see in a mobile rhythm game. Virtual Lives are also very interesting with many possibilities that can happen. The other aspects are cherry on top, and they' re also not bad too . Project SEKAI is great .
< / blockquote >
< p > < a href = "https://blog.nanao.moe/game-reviews/project-sekai-colorful-stage/" > Read more < / a > < / p >
< / main >
2020-10-04 18:45:17 +00:00
< / div >
< / template >
< script >
2020-12-26 09:50:33 +00:00
import PageHeader from "@/components/PageHeader" ;
2020-10-04 18:45:17 +00:00
export default {
components : {
2020-12-26 09:50:33 +00:00
PageHeader ,
2020-10-04 18:45:17 +00:00
} ,
2020-11-09 11:16:34 +00:00
head : {
2020-10-04 18:45:17 +00:00
title : "Game Profile: Project SEKAI COLORFUL STAGE!" ,
} ,
}
< / script >
< style >
< / style >