Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ascoders committed Jun 13, 2024
2 parents 899382b + 613a57d commit 2c9161d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 可视化搭建/269.组件注册与画布渲染.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ const divMeta = {
componentName: "div",
runtimeProps: () => ({
onClick: () => { console.log('click') }
})
}),
element: ({ onClick }) => (
<button onClick={onClick}>
点击我
Expand Down

0 comments on commit 2c9161d

Please sign in to comment.