Skip to content

Commit 52bb5ac

Browse files
authored
Merge pull request #89 from 1172208932/master
fix: comment typo
2 parents e550310 + 5ee1771 commit 52bb5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/renderer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export function createRenderer(options) {
1919
} = options;
2020

2121
const render = (vnode, container) => {
22-
console.log("调用 path")
22+
console.log("调用 patch")
2323
patch(null, vnode, container);
2424
};
2525

0 commit comments

Comments
 (0)