Skip to content

Commit

Permalink
fix(bazr-list): declare Vue globally as vue to allow usage by vue-lea…
Browse files Browse the repository at this point in the history
…flet
  • Loading branch information
J9rem committed Jul 18, 2022
1 parent 26383c6 commit cd35142
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/bazar/presentation/javascripts/bazar-list-dynamic.js
Expand Up @@ -389,6 +389,7 @@ window.bazarVueApp = createApp({
});
// allow usage of wiki in templates
window.bazarVueApp.config.globalProperties.wiki = wiki;
window.vue = Vue // add Vue globally to allow vue-leaflet to use it

// Wait for Dom to be loaded, so we can load some Vue component like BazarpMap in order
// to be used inside index-dynamic
Expand Down

0 comments on commit cd35142

Please sign in to comment.