Skip to content

Commit

Permalink
pkp#9840 Remove vue3-highlightjs and from highlight.js use only XML l…
Browse files Browse the repository at this point in the history
…anguage
  • Loading branch information
defstat committed May 18, 2024
1 parent 28bb050 commit 8760e13
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions js/load.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ import FieldUpload from '@/components/Form/fields/FieldUpload.vue';
import FieldUploadImage from '@/components/Form/fields/FieldUploadImage.vue';
import FieldSlider from '@/components/Form/fields/FieldSlider.vue';

import VueHighlightJS from 'vue3-highlightjs';
import 'highlight.js/styles/default.css';

// Panel components from UI Library
Expand Down Expand Up @@ -244,8 +243,6 @@ function pkpCreateVueApp(createAppArgs) {
vueApp.component(componentName, allGlobalComponents[componentName]);
});

vueApp.use(VueHighlightJS);

return vueApp;
}

Expand Down

0 comments on commit 8760e13

Please sign in to comment.