We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37bb053 commit 13bfe24Copy full SHA for 13bfe24
tools/bazar/presentation/javascripts/bazar-list-dynamic.js
@@ -389,6 +389,7 @@ window.bazarVueApp = createApp({
389
});
390
// allow usage of wiki in templates
391
window.bazarVueApp.config.globalProperties.wiki = wiki;
392
+window.vue = Vue // add Vue globally to allow vue-leaflet to use it
393
394
// Wait for Dom to be loaded, so we can load some Vue component like BazarpMap in order
395
// to be used inside index-dynamic
0 commit comments