Skip to content

Commit a883ce1

Browse files
authored
docs: update README-zh_CN.md (#531)
1 parent 8fa8bef commit a883ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/babel-plugin-jsx/README-zh_CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ const App = {
282282
},
283283
};
284284
285-
// or
285+
// 或者,当 `enableObjectSlots` 不是 `false` 时,您可以使用对象插槽
286286
const App = {
287287
setup() {
288288
return () => (

0 commit comments

Comments
 (0)