fix build errors
This commit is contained in:
parent
84bb335b90
commit
7b06a5a789
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { type Papers } from './Papers.vue'
|
import { type Papers } from './PaperList.vue'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
updated() {
|
updated() {
|
||||||
|
|
|
@ -58,7 +58,7 @@ export default {
|
||||||
openPaper() {
|
openPaper() {
|
||||||
|
|
||||||
},
|
},
|
||||||
date(paperDate: String) {
|
date(paperDate: string) {
|
||||||
const date = new Date(paperDate)
|
const date = new Date(paperDate)
|
||||||
return new Intl.DateTimeFormat('de-DE', { dateStyle: 'full' }).format(date)
|
return new Intl.DateTimeFormat('de-DE', { dateStyle: 'full' }).format(date)
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue