We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c0a0ae commit f82812cCopy full SHA for f82812c
src/main.js
@@ -2,6 +2,7 @@
2
// (runtime-only or standalone) has been set in webpack.base.conf with an alias.
3
import Vue from 'vue';
4
import Vuetify from 'vuetify';
5
+import '../node_modules/ol/ol.css';
6
import WguApp from '../app/WguApp';
7
import UrlUtil from './util/Url';
8
import 'vuetify/dist/vuetify.min.css';
@@ -10,8 +11,6 @@ import VueI18n from 'vue-i18n';
10
11
Vue.use(Vuetify);
12
Vue.use(VueI18n);
13
-require('../node_modules/ol/ol.css');
14
-
15
require('./assets/css/wegue.css');
16
17
// try to load an optional app specific CSS file (set project-specific styles)
0 commit comments