1map Spatial Solutions (Pty) Ltd
1map Spatial Solutions (Pty) Ltd
Ok, I fixed the mask issue. Still busy with the overviewmap. Will let you know.
I am having same problem.
If the library is not loaded, how would the text then just magically come in? **PLUGIN** ``` import 'highlight.js/lib/common' import hljsVuePlugin from '@highlightjs/vue-plugin' export default { props: ['code'], components: {...
The main problem is that the file loads and gets displayed in both cases (Development and Production). The only problem is on production it displays as just a string and...
You have to load the highlightjs at the main script, example: main.js or main.ts ``` import hljs from 'highlight.js/lib/core' import xml from 'highlight.js/lib/languages/xml' import hljsVuePlugin from '@highlightjs/vue-plugin' hljs.registerLanguage('xml', xml) ........
Where can I get a working Vue 3 Word Rotator Component ?
This is now more than a year, and still getting this error