Skip to content

Commit 7020009

Browse files
committed
chore: fix typo
1 parent 35dc8c2 commit 7020009

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/server/render.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@ function renderAsyncComponent (node, isRoot, context) {
191191
tag
192192
)
193193
if (resolvedNode) {
194-
if (resolvedNode.componnetInstance) {
194+
if (resolvedNode.componentOptions) {
195+
// normal component
195196
renderComponent(resolvedNode, isRoot, context)
196197
} else if (!Array.isArray(resolvedNode)) {
197198
// single return node from functional component

0 commit comments

Comments
 (0)