You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2021. It is now read-only.
docs(index.md): fix typo and english grammar (#39)
* docs(index.md): fix typo (braking -> breaking)
* docs(index.md): rectify the usage of the word `recommend`
The English word `recommend` should not be followed by 'someone to do';
instead, it should be followed by '(that) someone (should) do' or
'doing'.
Copy file name to clipboardExpand all lines: index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -730,7 +730,7 @@ To sum up, there are two viable styles:
730
730
731
731
2. Use `reactive` whenever you can, and remember to use `toRefs` when returning reactive objects from composition functions. This reduces the mental overhead of refs but does not eliminate the need to be familiar with the concept.
732
732
733
-
At this stage, we believe it is too early to mandate a best practice on `ref` vs. `reactive`. We recommend you to go with the style that aligns with your mental model better from the two options above. We will be collecting real world user feedback and eventually provide more definitive guidance on this topic.
733
+
At this stage, we believe it is too early to mandate a best practice on `ref` vs. `reactive`. We recommend you go with the style that aligns with your mental model better from the two options above. We will be collecting real world user feedback and eventually provide more definitive guidance on this topic.
0 commit comments