docs(README): correct misspellings (#561)

This commit is contained in:
Zz-ZzzZ 2023-10-08 15:55:36 +08:00 committed by GitHub
parent ab8344e793
commit 07c2230616
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -119,7 +119,7 @@ packages/react-common
/fiber.ts 对 fiber 的一些读取操作
/reactive.ts 实现数据响应式
/resolveProps.js 从 react 的 props 上解析事件或属性
/svg-render.jsx 渲染 svg 组的公共函数
/svg-render.jsx 渲染 svg 组的公共函数
/utils.ts 工具函数
/virtual-comp.jsx 虚拟组件,用于实现 vue 的指令系统
/vm.js 用户模拟 vue 的 vm 对象
@ -130,7 +130,7 @@ packages/react-common
## 在项目中使用所有组件
- 1.下载整个组
- 1.下载整个组
```bash
npm i @pe-3/react
```
@ -150,7 +150,7 @@ function App() {
}
```
## 在项目中使用单个组
## 在项目中使用单个组
- 1. 下载单个组件
@ -175,10 +175,10 @@ function App() {
}
```
## 组 api 文档地址:
## 组 api 文档地址:
https://opentiny.design/
## codesandbox
https://codesandbox.io/s/hungry-bash-tlch6l?file=/src/App.js
https://codesandbox.io/s/hungry-bash-tlch6l?file=/src/App.js