🔧
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user