set metrics again after page load. this SEEMS to fix an issue in IE where page metrics are measured incorrectly on the initial run
This commit is contained in:
parent
fd153dc39e
commit
b34d9b471e
@ -34,6 +34,7 @@ export default {
|
|||||||
mounted: function () {
|
mounted: function () {
|
||||||
this._setDisplayedMonths()
|
this._setDisplayedMonths()
|
||||||
this._setMetrics()
|
this._setMetrics()
|
||||||
|
addEventListener('load', this._setMetrics)
|
||||||
addEventListener('resize', this._setMetrics)
|
addEventListener('resize', this._setMetrics)
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user