Fix isMobile trigger and add more details on media
This commit is contained in:
@@ -336,6 +336,7 @@ export default {
|
||||
this.popup.content
|
||||
.provide('lang', this.lang)
|
||||
.provide('consts', this.consts)
|
||||
.provide('isMobile', this.isMobile)
|
||||
.mount($Popup);
|
||||
},
|
||||
closePopup() {
|
||||
|
||||
Reference in New Issue
Block a user