fix: v1 left over (#2757)
This commit is contained in:
parent
1dddc9e7f0
commit
2fa0a3c995
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ window.app.component('lnbits-date', {
|
||||||
props: ['ts'],
|
props: ['ts'],
|
||||||
computed: {
|
computed: {
|
||||||
date: function () {
|
date: function () {
|
||||||
return Quasar.utils.date.formatDate(
|
return Quasar.date.formatDate(
|
||||||
new Date(this.ts * 1000),
|
new Date(this.ts * 1000),
|
||||||
'YYYY-MM-DD HH:mm'
|
'YYYY-MM-DD HH:mm'
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue