diff options
| author | Fuwn <[email protected]> | 2021-11-04 00:27:59 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-11-04 00:27:59 -0700 |
| commit | fa6eaeeba839208731ac3b86ef9eb2186b9d9f5d (patch) | |
| tree | 0c012a9c12283df049b4573be838418558da0ac3 /pages/index.vue | |
| parent | feat: new (diff) | |
| download | yucky.fun-fa6eaeeba839208731ac3b86ef9eb2186b9d9f5d.tar.xz yucky.fun-fa6eaeeba839208731ac3b86ef9eb2186b9d9f5d.zip | |
fix: everything
Diffstat (limited to 'pages/index.vue')
| -rw-r--r-- | pages/index.vue | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pages/index.vue b/pages/index.vue index f166fdb..1bc769e 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -7,9 +7,14 @@ <script lang="ts"> import Vue from 'vue' +import HomeHero from '~/components/ui/home/HomeHero.vue' + export default Vue.extend({ head: { title: 'home | yucky! aiming' + }, + components: { + HomeHero } }) </script> |