This commit is contained in:
Adrian Hopek 2022-02-14 14:59:15 +01:00
parent 1fe6e72e9a
commit eaaf908388

View File

@ -257,7 +257,7 @@ import {computed} from 'vue'
import {usePage} from '@inertiajs/inertia-vue3' import {usePage} from '@inertiajs/inertia-vue3'
export default { export default {
name: 'Dashboard', name: 'DashboardPage',
setup() { setup() {
const user = computed(() => usePage().props.value.auth.user) const user = computed(() => usePage().props.value.auth.user)
const stats = [ const stats = [