Permalink
Branch: dev
Commits on Mar 20, 2019
-
-
yyx990803 committed
Mar 20, 2019
Commits on Mar 19, 2019
Commits on Mar 18, 2019
-
fix(slots): fix slots not updating when passing down normal slots as …
…$scopedSlots fix #9699
Commits on Mar 15, 2019
Commits on Mar 14, 2019
-
-
yyx990803 committed
Mar 14, 2019 -
Commits on Mar 13, 2019
Commits on Mar 12, 2019
Commits on Mar 11, 2019
-
-
-
fix(scheduler): getNow detection can randomly fail (#9667)
The previous detection code compared time stamps based on Date.now() which are not monotonic, so the check could fail due to clock skew or adjustments. This fix changes the check to compare against performance.now() if it is supported, because it is monotonic (strictly increasing).
Commits on Mar 8, 2019
-
fix: should consider presence of normal slots when caching normalized…
… scoped slots fix #9644
Commits on Mar 5, 2019
Commits on Mar 4, 2019
Commits on Mar 1, 2019
-
-
yyx990803 committed
Mar 1, 2019 -
docs: clarify docs about using template compiler (#9508)
This commit is for vuejs/vue-loader#1494