Fix isMobile trigger and add more details on media

This commit is contained in:
2026-05-13 10:41:01 +02:00
parent daca0a8294
commit b88fb4ca9d
6 changed files with 29 additions and 15 deletions

View File

@@ -336,6 +336,7 @@ export default {
this.popup.content
.provide('lang', this.lang)
.provide('consts', this.consts)
.provide('isMobile', this.isMobile)
.mount($Popup);
},
closePopup() {