We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d016483 commit 558504aCopy full SHA for 558504a
README.md
@@ -84,7 +84,7 @@ const state = reactive({
84
// no unwrap, `.value` is required
85
state.list[0].value === 0; // true
86
87
-state.list.push(ref(1);
+state.list.push(ref(1));
88
89
state.list[1].value === 1; // true
90
```
README.zh-CN.md
0 commit comments