mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-23 16:30:42 +01:00
Fix component name
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<p>{{ $t('guestbook.description') }}</p>
|
||||
</div>
|
||||
</section>
|
||||
<GuestBookLogin />
|
||||
<GuestBookForm />
|
||||
<section class="flex flex-col py-8">
|
||||
<div v-for="message in guestbook_messages">
|
||||
<GuestbookMessage
|
||||
@@ -22,12 +22,6 @@
|
||||
<script lang="ts">
|
||||
import {defineComponent, ref, useAsync, useContext} from "@nuxtjs/composition-api";
|
||||
|
||||
interface GuestbookMessage {
|
||||
message: string,
|
||||
author: string,
|
||||
date: string
|
||||
}
|
||||
|
||||
export default defineComponent({
|
||||
name: "guestbook",
|
||||
head() {
|
||||
|
||||
Reference in New Issue
Block a user