Added Notifications
This commit is contained in:
@@ -10,7 +10,7 @@ import { router } from "@inertiajs/vue3";
|
||||
defineOptions({ layout: MainLayout });
|
||||
|
||||
const page = usePage<SharedProps>();
|
||||
const name = computed(() => page?.props?.auth?.user?.name || 'there');
|
||||
const name = computed(() => page?.props?.auth?.user?.name || 'mate');
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user