Changed DayJS Namespace
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script setup>
|
||||
import * as dayjs from "dayjs";
|
||||
import * as dayJS from "dayjs";
|
||||
|
||||
definePageMeta({
|
||||
middleware: "auth"
|
||||
@@ -128,7 +128,7 @@ const statementColumns = [
|
||||
</span>
|
||||
</template>
|
||||
<template #date-data="{row}">
|
||||
{{dayjs(row.date).format("DD.MM.YY")}}
|
||||
{{dayJS(row.date).format("DD.MM.YY")}}
|
||||
</template>
|
||||
</UTable>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user