Skip to content

Commit 5beb5d3

Browse files
danieldiekmeieryyx990803
authored andcommitted
Fix two errors with the clientManifest (#19)
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`
1 parent d865a28 commit 5beb5d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: en/api.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,8 @@ See [Introducing the Server Bundle](./bundle-renderer.md) and [Build Configurati
8282
- #### `clientManifest`
8383

8484
- 2.3.0+
85-
- only used in `createBundleRenderer`
8685

87-
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).
86+
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).
8887

8988
- #### `inject`
9089

0 commit comments

Comments
 (0)