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

chore: use metadata instead of meta info

This commit is contained in:
pimlie
2019-03-11 12:38:36 +01:00
parent 80a9654937
commit dc7dd9627f
7 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ If you have an isomorphic/universal web application, you'll likely want to rende
## Add `vue-meta` to the context
You'll need to expose the results of the `$meta` method that `vue-meta` adds to the Vue instance to the bundle render context before you can begin injecting your meta information. You'll need to do this in your server entry file:
You'll need to expose the results of the `$meta` method that `vue-meta` adds to the Vue instance to the bundle render context before you can begin injecting your metadata. You'll need to do this in your server entry file:
**server-entry.js:**
```js