mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-22 05:40:34 +03:00
chore: update readme
This commit is contained in:
@@ -655,7 +655,7 @@ Will be called when the client `metaInfo` updates/changes. Receives the followin
|
|||||||
|
|
||||||
#### `refreshOnceOnNavigation` (Boolean)
|
#### `refreshOnceOnNavigation` (Boolean)
|
||||||
|
|
||||||
Default `false`. If set to `true` then vue-meta will pause updating `metaInfo` during page navigation with vue-router and only refresh once when navigation has finished. It does this by adding a global beforeEach and afterEach navigation guard on the $router instance.
|
Default `false`. If set to `true` then vue-meta will pause updating `metaInfo` during page navigation and only refresh once when navigation has finished. It does this by adding a global beforeEach and afterEach navigation guard on the vue-router instance.
|
||||||
|
|
||||||
|
|
||||||
### How `metaInfo` is Resolved
|
### How `metaInfo` is Resolved
|
||||||
|
|||||||
Reference in New Issue
Block a user