-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Labels
style-improvementRelated to theme design and/or uxRelated to theme design and/or ux
Description
Viewport meta tag missing causing firefox mobile display issues
Issue was posted on 2.x docs vuejs/v2.vuejs.org#2855 about the 3.x docs, just mirroring it here.
Can confirm said behaviour, probably due to missing viewport tag in the head.
Fix
Just need to add
['meta', { name: 'viewport', content: 'width=device-width, initial-scale=1.0' }],
to the vuepress config under head (tried locally).
Let me know if can make a PR, thanks.
Metadata
Metadata
Assignees
Labels
style-improvementRelated to theme design and/or uxRelated to theme design and/or ux