miracle/pages/index.vue
2020-06-24 04:37:09 +07:00

25 lines
308 B
Vue

<template>
<div>
<h1>Damillora</h1>
<p>Web developer, reviewer and content creator</p>
<p>三峰結華 七尾百合子</p>
<p>EN OK, JP read only</p>
</div>
</template>
<script>
export default {
components: {
},
meta: {
title: 'Damillora',
}
}
</script>
<style>
</style>