diff client/src/main.js @ 713:badbc0207418

feat: systeminformation feature added Under systeminformation there is a component to display textual data. Currently there is a stub log from my console displayed.
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 21 Sep 2018 13:18:30 +0200
parents 4bc27eea4f09
children aa2acb942e55
line wrap: on
line diff
--- a/client/src/main.js	Fri Sep 21 12:53:09 2018 +0200
+++ b/client/src/main.js	Fri Sep 21 13:18:30 2018 +0200
@@ -11,7 +11,10 @@
 import "../node_modules/animate.css/animate.min.css";
 import "../node_modules/ol/ol.css";
 import "../node_modules/cxlt-vue2-toastr/dist/css/cxlt-vue2-toastr.css";
+import "../node_modules/highlight.js/styles/paraiso-dark.css";
 import VTooltip from "v-tooltip";
+import VueHighlightJS from "vue-highlightjs";
+Vue.use(VueHighlightJS);
 
 Vue.use(VTooltip);