Skip to content

Commit f82812c

Browse files
committed
wegue-oss#94 import OL CSS before Vue App import - fixes wegue-oss#94
1 parent 4c0a0ae commit f82812c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// (runtime-only or standalone) has been set in webpack.base.conf with an alias.
33
import Vue from 'vue';
44
import Vuetify from 'vuetify';
5+
import '../node_modules/ol/ol.css';
56
import WguApp from '../app/WguApp';
67
import UrlUtil from './util/Url';
78
import 'vuetify/dist/vuetify.min.css';
@@ -10,8 +11,6 @@ import VueI18n from 'vue-i18n';
1011
Vue.use(Vuetify);
1112
Vue.use(VueI18n);
1213

13-
require('../node_modules/ol/ol.css');
14-
1514
require('./assets/css/wegue.css');
1615

1716
// try to load an optional app specific CSS file (set project-specific styles)

0 commit comments

Comments
 (0)