2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-12 11:02:24 +03:00

docs: fix properties typo (#489)

This commit is contained in:
Nikita
2019-11-20 20:26:07 +03:00
committed by Alexander Lichter
parent e54bf5447f
commit 12645a910f
+1 -1
View File
@@ -1,6 +1,6 @@
# How to chain metaInfo which are depending on each other
Since v2.1 you can add a [callback attribute](/api/#callback-since-v2-1) to your metaInfo proerties which you can use to chain loading.
Since v2.1 you can add a [callback attribute](/api/#callback-since-v2-1) to your metaInfo properties which you can use to chain loading.
If you e.g. need to load an external script before you can implement functionality based on that external script, you can use the [callback](/api/#callback-since-v2-1) and [skip](/api/#skip-since-v2-1) attributes to implement chaining of those scripts. See the API entry of the callback attribute for an [example](/api/#callback-since-v2-1)