feat: add WelcomeHeader to HomeView
This commit is contained in:
parent
b0e24ac141
commit
0a8467d92e
1 changed files with 7 additions and 3 deletions
|
@ -1,10 +1,14 @@
|
|||
<script setup lang="ts">
|
||||
import TextBlock from "@/components/TextBlock.vue";</script>
|
||||
import TextBlock from "@/components/TextBlock.vue";
|
||||
import WelcomeHeader from "@/components/WelcomeHeader.vue";</script>
|
||||
|
||||
<template>
|
||||
<WelcomeHeader>
|
||||
<template #main>Viktor Kraastav</template>
|
||||
<template #sub>Character Reference Page</template>
|
||||
</WelcomeHeader>
|
||||
|
||||
<TextBlock>
|
||||
<h1>Viktor Kraastav</h1>
|
||||
<h2>Character Reference Page</h2>
|
||||
<h3>Welcome to Viktor's Ref Page</h3>
|
||||
|
||||
<p>Here you can learn all about the ankylosaurus named Viktor.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue