parent
84823ac7c2
commit
ec30b39ffb
1 changed files with 19 additions and 0 deletions
@ -0,0 +1,19 @@ |
||||
<template> |
||||
<div id="home"> |
||||
<h1>Home</h1> |
||||
<aboutme/> |
||||
</div> |
||||
</template> |
||||
|
||||
<script> |
||||
import aboutme from '@/components/aboutme' |
||||
|
||||
export default { |
||||
name: "Home", |
||||
components: { |
||||
aboutme |
||||
}, |
||||
} |
||||
</script> |
||||
|
||||
<style scoped></style> |
Loading…
Reference in new issue