2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-18 19:10:34 +03:00

docs: fix typo (#473)

This commit is contained in:
Denis
2019-10-25 23:43:33 +08:00
committed by Pim
parent 06295bf9fb
commit c6b20eb1c0
+1 -1
View File
@@ -691,7 +691,7 @@ When using SSR it is required to define a [`vmid`](/api/#tagidkeyname) property
The vmid is needed to resolve the corresponding callback for that element on hydration
:::
The callback attribute should specificy a function which is called once the corresponding tag has been loaded (i.e. the onload event is triggered). Use this to chain javascript if one depends on the other.
The callback attribute should specify a function which is called once the corresponding tag has been loaded (i.e. the onload event is triggered). Use this to chain javascript if one depends on the other.
```js
{