Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china authored Aug 14, 2024
1 parent fe66b85 commit 7b33b4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ Veact also re-exports all APIs from [`@vue/reactivity`](https://github.com/vuejs
| `useEffectScope` | Vue [`effectScope()`](https://vuejs.org/api/reactivity-advanced.html#effectscope) | Unlike `effectScope` in Vue, `useEffectScope().run()` will only execute once within the component and cannot contain any other hooks. |
| `useReactivity` | Internal implementation in Veact | Converts some of the 'raw Vue' data, which is not already wrapped in a hook, into reactive hook data to ensure proper reactivity within the component. |

### Development
## Development

```bash
# install dependencies
Expand All @@ -315,10 +315,10 @@ pnpm run test
pnpm run build
```

### Changelog
## Changelog

Detailed changes for each release are documented in the [release notes](/CHANGELOG.md).

### License
## License

Licensed under the [MIT](/LICENSE) License.

0 comments on commit 7b33b4d

Please sign in to comment.