Skip to content

Commit

Permalink
Merge pull request LaravelDaily#70 from donnebanget/patch-1
Browse files Browse the repository at this point in the history
Missing Head Component and Change Title to Users
  • Loading branch information
PovilasKorop authored Mar 17, 2022
2 parents 9dfeb52 + 6f7d3ed commit 506e3db
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<Head title="About us"/>
<Head title="Users"/>

<BreezeAuthenticatedLayout>
<template #header>
Expand Down Expand Up @@ -56,11 +56,13 @@
<script>
import BreezeAuthenticatedLayout from '@/Layouts/Authenticated.vue';
import Pagination from '@/Components/Pagination.vue';
import { Head } from '@inertiajs/inertia-vue3';
export default {
components: {
BreezeAuthenticatedLayout,
Pagination,
Head,
},
props: {
Expand Down

0 comments on commit 506e3db

Please sign in to comment.