2019-09-27 19:49:30 +00:00
|
|
|
|
2019-11-29 20:13:03 +00:00
|
|
|
<template>
|
2020-01-29 16:13:04 +00:00
|
|
|
<div>
|
2019-11-29 20:13:03 +00:00
|
|
|
<div class="flex flex-col">
|
|
|
|
<div class="flex flex-col">
|
2020-01-29 16:13:04 +00:00
|
|
|
<h1 class="text-xl py-1">Damillora</h1>
|
|
|
|
<p class="text-lg py-1">Web developer, reviewer and content creator</p>
|
|
|
|
<p class="text-lg py-1">三峰結華 七尾百合子</p>
|
|
|
|
<p class="text-lg py-1">EN OK, JP read only</p>
|
2019-09-27 19:49:30 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
|
|
|
export default {
|
|
|
|
components: {
|
|
|
|
|
2019-10-04 19:48:41 +00:00
|
|
|
},
|
2020-02-01 20:26:13 +00:00
|
|
|
meta: {
|
|
|
|
title: 'Damillora',
|
|
|
|
}
|
2019-09-27 19:49:30 +00:00
|
|
|
}
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
</style>
|