vue3-yuanma/packages/scheduler/README.md

6 lines
218 B
Markdown
Raw Normal View History

2018-09-19 23:35:38 +08:00
# @vue/scheduler
> This package is published only for typing and building custom renderers. It is NOT meant to be used in applications.
2018-09-20 12:17:20 +08:00
The default scheduler that uses Promise / Microtask to defer and batch updates.