File tree 2 files changed +231
-132
lines changed
2 files changed +231
-132
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ Include `@vue/composition-api` after Vue and it will install itself automaticall
49
49
``` ts
50
50
const { ref, reactive } = VueCompositionAPI
51
51
```
52
- <!-- cdn-links-end-->
53
52
54
53
## TypeScript Support
55
54
@@ -95,8 +94,7 @@ export default {
95
94
96
95
## Limitations
97
96
98
- > :white_check_mark :
99
- > Support   ;  ;  ;  ; :x : Not Supported
97
+ > :white_check_mark : Support   ;  ;  ;  ; :x : Not Supported
100
98
101
99
### ` Ref ` Unwrap
102
100
@@ -107,15 +105,6 @@ export default {
107
105
❌ <b >Should NOT</b > store <code >ref</code > as a <b >direct</b > child of <code >Array</code >
108
106
</summary >
109
107
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
-
119
108
``` js
120
109
const state = reactive ({
121
110
list: [ref (0 )],
You can’t perform that action at this time.
0 commit comments