Skip to content

Commit 28b6af9

Browse files
authored
Merge pull request #314 from ic-it/patch-1
Update reactivity-fundamentals.md
2 parents d9fe0f8 + 89fa929 commit 28b6af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/essentials/reactivity-fundamentals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ console.log(proxy.nested === raw) // false
430430

431431
### Обмеження `reactive()` \*\* {#limitations-of-reactive}
432432

433-
`reactive()` API має два обмеження:
433+
`reactive()` API має три обмеження:
434434

435435
1. Він працює лише для типів об’єктів (об’єктів, масивів і [типів колекцій](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects#keyed_collections), таких як `Map` і ` Set`). Він не може містити [примітивні типи](https://developer.mozilla.org/en-US/docs/Glossary/Primitive), такі як `string`, `number` або `boolean`.
436436

0 commit comments

Comments
 (0)