You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`
Copy file name to clipboardExpand all lines: en/api.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -82,9 +82,8 @@ See [Introducing the Server Bundle](./bundle-renderer.md) and [Build Configurati
82
82
-#### `clientManifest`
83
83
84
84
- 2.3.0+
85
-
- only used in `createBundleRenderer`
86
85
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).
0 commit comments