miracle/pages/games/honkai.vue

27 lines
507 B
Vue
Raw Permalink Normal View History

<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: Honkai Impact 3rd</h1>
<p><a href="https://honkaiimpact3.mihoyo.com">Game Website</a></p>
</PageHeader>
<main class="container mx-auto main">
</main>
</div>
</template>
<script>
2020-12-26 09:50:33 +00:00
import PageHeader from "@/components/PageHeader";
export default {
components: {
2020-12-26 09:50:33 +00:00
PageHeader,
},
2020-11-09 11:16:34 +00:00
head: {
title: "Game Profile: Honkai Impact 3rd",
},
}
</script>
<style>
</style>