2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-01 21:24:04 +03:00

chore: update readme

This commit is contained in:
pimlie
2019-02-20 18:37:00 +01:00
parent 8e211751df
commit 19cd97fde1
+1 -1
View File
@@ -655,7 +655,7 @@ Will be called when the client `metaInfo` updates/changes. Receives the followin
#### `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