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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user