Add prettier. Format.
This commit is contained in:
@@ -19,9 +19,9 @@ Vue Router remains the authority for semantic navigation: route matching, URLs,
|
||||
|
||||
That separation produces two ledgers:
|
||||
|
||||
| Ledger | Owns | Source of truth for |
|
||||
| --- | --- | --- |
|
||||
| Vue Router | Current committed route and browser history | What URL the application is actually on |
|
||||
| Ledger | Owns | Source of truth for |
|
||||
| ------------------- | --------------------------------------------------- | ------------------------------------------------- |
|
||||
| Vue Router | Current committed route and browser history | What URL the application is actually on |
|
||||
| Native view runtime | Active, inactive, preview, and evicted view entries | What route surfaces can be rendered during motion |
|
||||
|
||||
The ledgers agree at rest. During a gesture they intentionally diverge: Vue Router still reports the committed `from` route while the native runtime also renders an uncommitted `to` route.
|
||||
|
||||
Reference in New Issue
Block a user