File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
spring-boot-admin-server-ui/src/main/frontend Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright 2014-2019 the original author or authors.
2+ * Copyright 2014-2020 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
1515 */
1616
1717import '@/assets/css/base.scss' ;
18- import moment from 'moment' ;
1918import axios from '@/utils/axios' ;
19+ import moment from 'moment' ;
2020import 'moment/locale/de' ;
2121import Vue from 'vue' ;
2222import VueRouter from 'vue-router' ;
2323import components from './components' ;
24+ import i18n from './i18n' ;
2425import Notifications from './notifications' ;
2526import sbaConfig from './sba-config'
2627import sbaShell from './shell' ;
2728import Store from './store' ;
2829import ViewRegistry from './viewRegistry' ;
2930import views from './views' ;
30- import i18n from './i18n' ;
3131
3232moment . locale ( navigator . language . split ( '-' ) [ 0 ] ) ;
3333Vue . use ( VueRouter ) ;
@@ -46,6 +46,7 @@ installables.forEach(view => view.install({
4646 viewRegistry,
4747 applicationStore,
4848 vue : Vue ,
49+ vueI18n : i18n ,
4950 axios
5051} ) ) ;
5152
You can’t perform that action at this time.
0 commit comments