Skip to content

Commit 3d84cff

Browse files
authored
Fix typo (#1315)
When executing command `npm run build:server` got an error: "ERROR Build failed with errors."
1 parent 563ed27 commit 3d84cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/ssr/structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ import { createSSRApp } from 'vue'
147147
import App from './App.vue'
148148

149149
export default function () {
150-
const app = createSSRApp(Vue)
150+
const app = createSSRApp(App)
151151

152152
return {
153153
app

0 commit comments

Comments
 (0)