We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3a493 commit 6d229bfCopy full SHA for 6d229bf
README.ZH-CN.md
@@ -374,7 +374,7 @@ class Foo extends React.Component {
374
```
375
376
### <span id="toc-directives-x-model-hook">x-model-hook</span>
377
-`x-model-hook` 与 `x-model` 非常相似,区别在于 `x-model-hook` 用于使用了 **useState hook** 的函数组件,而 `x-model` 用于 class component
+`x-model-hook` 与 `x-model` 非常相似,区别在于 `x-model-hook` 用于使用了 *useState hook* 的函数组件,而 `x-model` 用于 *class component*
378
379
**例子:**
380
```jsx harmony
README.md
@@ -52,7 +52,7 @@ yarn add --dev babel-plugin-react-directives
52
}
53
54
55
-### <span id="toc-or-use-options">Plugin options</span>
+### <span id="toc-plugin-options">Plugin options</span>
56
57
```json
58
{
0 commit comments