Skip to content

Commit a6af7d4

Browse files
committed
docs: update Chinese README
1 parent d0031d8 commit a6af7d4

File tree

2 files changed

+231
-132
lines changed

2 files changed

+231
-132
lines changed

README.md

+1-12
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ Include `@vue/composition-api` after Vue and it will install itself automaticall
4949
```ts
5050
const { ref, reactive } = VueCompositionAPI
5151
```
52-
<!--cdn-links-end-->
5352

5453
## TypeScript Support
5554

@@ -95,8 +94,7 @@ export default {
9594

9695
## Limitations
9796

98-
> :white_check_mark:
99-
> Support &nbsp;&nbsp;&nbsp;&nbsp;:x: Not Supported
97+
> :white_check_mark: Support &nbsp;&nbsp;&nbsp;&nbsp;:x: Not Supported
10098
10199
### `Ref` Unwrap
102100

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

110-
You can check the [benchmark results](https://antfu.github.io/vue-composition-api-benchmark-results/) for more details.
111-
112-
113-
### `Ref` Unwrap
114-
115-
:x: `Unwrap` is not working with Array index.
116-
117-
#### **Should NOT** store `ref` as a **direct** child of `Array`:
118-
119108
```js
120109
const state = reactive({
121110
list: [ref(0)],

0 commit comments

Comments
 (0)