We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b05563a commit 3278967Copy full SHA for 3278967
examples/vue-router-ssr/src/entry-server.ts
@@ -63,8 +63,3 @@ function htmlTemplate(body: string): string {
63
export default {
64
fetch: handler,
65
};
66
-
67
-// TODO
68
-// if (import.meta.hot) {
69
-// import.meta.hot.accept();
70
-// }
0 commit comments