Major change update laravel, inertia v2 -> v3, other changes
This commit is contained in:
@@ -148,7 +148,7 @@ function formatDateTimeNoSeconds(value) {
|
||||
last_page: imports?.meta?.last_page,
|
||||
from: imports?.meta?.from,
|
||||
to: imports?.meta?.to,
|
||||
links: imports?.links,
|
||||
links: imports?.meta?.links,
|
||||
}"
|
||||
route-name="imports.index"
|
||||
:only-props="['imports']"
|
||||
|
||||
@@ -163,9 +163,7 @@ const props = defineProps({
|
||||
|
||||
<template>
|
||||
<AppLayout title="Uvozne predloge">
|
||||
<template #header>
|
||||
<h2 class="font-semibold text-xl text-gray-800 leading-tight">Uvozne predloge</h2>
|
||||
</template>
|
||||
<template #header> </template>
|
||||
|
||||
<div class="py-6">
|
||||
<div class="max-w-5xl mx-auto sm:px-6 lg:px-8">
|
||||
|
||||
Reference in New Issue
Block a user