miracle/pages/games/template.vue

26 lines
400 B
Vue

<template>
<div class="page">
<h1 class="title">Game Profile: </h1>
<p><a href="">Game Website</a></p>
<h2>My Review</h2>
<blockquote>
</blockquote>
<p><a href="">Read more</a></p>
</div>
</template>
<script>
export default {
components: {
},
head: {
title: "Game Profile: ",
},
}
</script>
<style>
</style>