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

document that SSR is not exactly required

This commit is contained in:
Declan de Wet
2016-10-31 03:11:15 +02:00
parent a1a19bd750
commit 998fa6a36a
+2
View File
@@ -56,6 +56,8 @@ export default new Router({
})
```
If you don't care about server-side rendering, you can skip straight to [step 4](#step-4-start-defining-metainfo). Otherwise, continue. :smile:
### Step 2: Exposing `$meta` to `bundleRenderer`
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: