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 81bb745 commit 7b3cc71Copy full SHA for 7b3cc71
README.ZH-CN.md
@@ -33,11 +33,13 @@
33
使用 npm:
34
```bash
35
npm install --save-dev babel-plugin-react-directives
36
+npm install --save react-directives-runtime
37
```
38
39
使用 yarn:
-```base
40
+```bash
41
yarn add --dev babel-plugin-react-directives
42
+yarn add react-directives-runtime
43
44
45
### <span id="toc-configuring">添加配置 `.babelrc`</span>
README.md
@@ -37,7 +37,7 @@ npm install --save react-directives-runtime
use yarn:
yarn add react-directives-runtime
0 commit comments