Skip to content

Commit 707a9c7

Browse files
[autofix.ci] apply automated fixes
1 parent 6e50798 commit 707a9c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/runtime-core/src/component.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,9 @@ export function createComponentInstance(
633633
exposeProxy: null,
634634
withProxy: null,
635635

636-
provides: parent ? Object.create(parent.provides) : Object.create(appContext.provides),
636+
provides: parent
637+
? Object.create(parent.provides)
638+
: Object.create(appContext.provides),
637639
ids: parent ? parent.ids : ['', 0, 0],
638640
accessCache: null!,
639641
renderCache: [],

0 commit comments

Comments
 (0)