Skip to content

Commit

Permalink
docs: update Chinese README
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 28, 2020
1 parent d0031d8 commit a6af7d4
Show file tree
Hide file tree
Showing 2 changed files with 231 additions and 132 deletions.
13 changes: 1 addition & 12 deletions README.md
Expand Up @@ -49,7 +49,6 @@ Include `@vue/composition-api` after Vue and it will install itself automaticall
```ts
const { ref, reactive } = VueCompositionAPI
```
<!--cdn-links-end-->

## TypeScript Support

Expand Down Expand Up @@ -95,8 +94,7 @@ export default {

## Limitations

> :white_check_mark:
> Support &nbsp;&nbsp;&nbsp;&nbsp;:x: Not Supported
> :white_check_mark: Support &nbsp;&nbsp;&nbsp;&nbsp;:x: Not Supported
### `Ref` Unwrap

Expand All @@ -107,15 +105,6 @@ export default {
❌ <b>Should NOT</b> store <code>ref</code> as a <b>direct</b> child of <code>Array</code>
</summary>

You can check the [benchmark results](https://antfu.github.io/vue-composition-api-benchmark-results/) for more details.


### `Ref` Unwrap

:x: `Unwrap` is not working with Array index.

#### **Should NOT** store `ref` as a **direct** child of `Array`:

```js
const state = reactive({
list: [ref(0)],
Expand Down

0 comments on commit a6af7d4

Please sign in to comment.