mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Fix typos
This commit is contained in:
parent
62716a074d
commit
3c45defeac
5 changed files with 7 additions and 6 deletions
|
|
@ -43,6 +43,6 @@ covered next.
|
|||
|
||||
On a related note: the reason why `mount()` is used to create your app, is so
|
||||
that any top-level components that need to be cleaned up, can be cleaned up
|
||||
when the app is later unmounted, since `mount()` runs in a reactive-scope to
|
||||
when the app is later unmounted, since `mount()` runs in a reactive scope to
|
||||
track `cleanup()` calls. Vide's entire reactive system is independent from the
|
||||
life-time of instances; instances are just a side-effect of the reactive system.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue