[web] Replace date library moments.js with luxon

This commit is contained in:
chme
2022-04-15 19:47:36 +02:00
parent 708765537c
commit 81491367fc
16 changed files with 72 additions and 69 deletions

View File

@@ -33,7 +33,6 @@ import ModalDialogUpdate from '@/components/ModalDialogUpdate.vue'
import webapi from '@/webapi'
import * as types from '@/store/mutation_types'
import ReconnectingWebSocket from 'reconnectingwebsocket'
import moment from 'moment'
export default {
name: 'App',
@@ -90,7 +89,6 @@ export default {
},
created: function () {
moment.locale(navigator.language)
this.connect()
// Start the progress bar on app start