dashboard: import momentjs with all locales
This commit is contained in:
@@ -6,7 +6,7 @@ import '@fontsource/noto-sans';
|
||||
import 'bootstrap-sass';
|
||||
import Chart from 'chart.js/auto';
|
||||
|
||||
import * as moment from 'moment/dist/moment.js';
|
||||
import * as moment from 'moment/min/moment-with-locales';
|
||||
|
||||
// attach to global for compatibility
|
||||
window.moment = moment.default;
|
||||
|
||||
Reference in New Issue
Block a user