Skip to content

Commit 79e19c0

Browse files
Please correct example code
The example on StackBlitz shows div instead of button
1 parent 6ce6bc4 commit 79e19c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/guide/scaling-up/ssr.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,8 @@ In addition, in order to load the client files in the browser, we also need to:
199199
2. Load the client entry by adding `<script type="module" src="/client.js"></script>` to the HTML shell.
200200
3. Support usage like `import * from 'vue'` in the browser by adding an [Import Map](https://github.com/WICG/import-maps) to the HTML shell.
201201

202-
[Try the completed example on StackBlitz](https://stackblitz.com/fork/vue-ssr-example?file=index.js). The button is now interactive!
202+
[Try the completed example on StackBlitz](https://stackblitz.com/fork/vue-ssr-example?file=index.js). The button is now interactive! (**the example on StackBlitz shows div instead of button, please correct it**)
203+
203204

204205
## Higher Level Solutions {#higher-level-solutions}
205206

0 commit comments

Comments
 (0)