فهرست منبع

chore: comments [ci skip]

Evan You 6 سال پیش
والد
کامیت
9291011456
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/runtime-core/src/componentRenderUtils.ts

+ 1 - 1
packages/runtime-core/src/componentRenderUtils.ts

@@ -40,7 +40,7 @@ export function renderComponentRoot(
               slots,
               emit
             })
-          : render(props, null as any /* we know it doesn't it */)
+          : render(props, null as any /* we know it doesn't need it */)
       )
     }
   } catch (err) {