From 269b3a05900193b00013d34d164d3348e3a3b671 Mon Sep 17 00:00:00 2001 From: Daniel Diekmeier Date: Mon, 8 May 2017 02:16:22 +0200 Subject: [PATCH] Fix two errors with the clientManifest 1. In the text, it said that `clientManifest` would only be used in `createBundleRenderer`. I tried it, and it works with the normal renderer, too. 2. The client build manifest is generated by the `vue-server-renderer/client-plugin`, not by `vue-server-renderer/server-plugin` --- en/api.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/en/api.md b/en/api.md index f82bfd3a..5c1eb622 100644 --- a/en/api.md +++ b/en/api.md @@ -82,9 +82,8 @@ See [Introducing the Server Bundle](./bundle-renderer.md) and [Build Configurati - #### `clientManifest` - 2.3.0+ - - only used in `createBundleRenderer` - Provide a client build manifest object generated by `vue-server-renderer/server-plugin`. The client manifest provides the bundle renderer with the proper information for automatic asset injection into the HTML template. For more details, see [Generating clientManifest](./build-config.md#generating-clientmanifest). + Provide a client build manifest object generated by `vue-server-renderer/client-plugin`. The client manifest provides the bundle renderer with the proper information for automatic asset injection into the HTML template. For more details, see [Generating clientManifest](./build-config.md#generating-clientmanifest). - #### `inject`