miracle/pages/index.vue

25 lines
308 B
Vue
Raw Normal View History

2019-09-27 19:49:30 +00:00
<template>
<div>
2020-06-23 21:37:09 +00:00
<h1>Damillora</h1>
<p>Web developer, reviewer and content creator</p>
<p>三峰結華 七尾百合子</p>
<p>EN OK, JP read only</p>
2019-09-27 19:49:30 +00:00
</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>