3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-10 12:25:02 +00:00

Disable dynamic scss imports (weird errors in prod builds, FIXME)

This commit is contained in:
Dragory 2019-07-29 22:58:38 +03:00
parent b52a4e1225
commit 08dec5d703
2 changed files with 3 additions and 9 deletions

View file

@ -134,12 +134,7 @@
import VueHighlightJS from "vue-highlightjs";
import "../../directives/trim-code";
import "highlight.js/styles/ocean.css";
import "../../style/docs.scss";
Vue.use(VueHighlightJS);
export default {
async mounted() {
await import("../../style/docs.scss");
},
};
</script>