File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -208,5 +208,6 @@ export function initRender (vm) {
208
208
// Polyfll
209
209
cssVars ( config . themeColor )
210
210
}
211
+ vm . _updateRender ( )
211
212
dom . toggleClass ( dom . body , 'ready' )
212
213
}
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ export function initRouter (vm) {
23
23
24
24
router . normalize ( )
25
25
lastRoute = vm . route = router . parse ( )
26
- vm . _updateRender ( )
27
26
28
27
router . onchange ( _ => {
29
28
router . normalize ( )
Original file line number Diff line number Diff line change @@ -1647,25 +1647,25 @@ glob@^5.0.3:
1647
1647
once "^1.3.0"
1648
1648
path-is-absolute "^1.0.0"
1649
1649
1650
- glob@^7.0.0, glob@^7.0.3 , glob@^7.0.5 :
1651
- version "7.1.1 "
1652
- resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.1 .tgz#805211df04faaf1c63a3600306cdf5ade50b2ec8 "
1650
+ glob@^7.0.0, glob@^7.0.5 , glob@^7.1.2 :
1651
+ version "7.1.2 "
1652
+ resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.2 .tgz#c19c9df9a028702d678612384a6552404c636d15 "
1653
1653
dependencies :
1654
1654
fs.realpath "^1.0.0"
1655
1655
inflight "^1.0.4"
1656
1656
inherits "2"
1657
- minimatch "^3.0.2 "
1657
+ minimatch "^3.0.4 "
1658
1658
once "^1.3.0"
1659
1659
path-is-absolute "^1.0.0"
1660
1660
1661
- glob@^7.1.2 :
1662
- version "7.1.2 "
1663
- resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.2 .tgz#c19c9df9a028702d678612384a6552404c636d15 "
1661
+ glob@^7.0.3 :
1662
+ version "7.1.1 "
1663
+ resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.1 .tgz#805211df04faaf1c63a3600306cdf5ade50b2ec8 "
1664
1664
dependencies :
1665
1665
fs.realpath "^1.0.0"
1666
1666
inflight "^1.0.4"
1667
1667
inherits "2"
1668
- minimatch "^3.0.4 "
1668
+ minimatch "^3.0.2 "
1669
1669
once "^1.3.0"
1670
1670
path-is-absolute "^1.0.0"
1671
1671
You can’t perform that action at this time.
0 commit comments