Skip to content

Commit

Permalink
docs: 修改注释
Browse files Browse the repository at this point in the history
  • Loading branch information
1172208932 committed Sep 16, 2022
1 parent e550310 commit 5ee1771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-core/src/renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function createRenderer(options) {
} = options;

const render = (vnode, container) => {
console.log("调用 path")
console.log("调用 patch")
patch(null, vnode, container);
};

Expand Down

0 comments on commit 5ee1771

Please sign in to comment.