Skip to content
Snippets Groups Projects

Disjointed popovers

Merged HJ requested to merge disjointed-popovers into develop
Compare and
50 files
+ 656
356
Compare changes
  • Side-by-side
  • Inline
Files
50
+ 3
0
@@ -396,6 +396,9 @@ const afterStoreSetup = async ({ store, i18n }) => {
app.component('FAIcon', FontAwesomeIcon)
app.component('FALayers', FontAwesomeLayers)
// remove after vue 3.3
app.config.unwrapInjectedRef = true
app.mount('#app')
return app
Loading