This commit is contained in:
TiclemFR
2023-12-31 14:43:33 +01:00
parent 3db64c9b29
commit 5a7641d6fa
2 changed files with 3 additions and 3 deletions

View File

@@ -1,11 +1,11 @@
<script setup>
import { Head } from "@inertiajs/vue3";
// import { Head } from "@inertiajs/vue3";
const props = defineProps(["user"]);
</script>
<template>
<Head title="User Profile" />
<!-- <Head title="User Profile" /> -->
<h2 class="font-semibold text-xl text-gray-800 leading-tight">Profile</h2>

View File

@@ -3,8 +3,8 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
@inertiaHead
@vite('resources/js/app.js')
@inertiaHead
</head>
<body>
@inertia