File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -134,5 +134,5 @@ Used to generate unique-per-application IDs for accessibility attributes or form
134134 If you have more than one Vue application instance of the same page , you can avoid ID conflicts by giving each app an ID prefix via [` app.config.idPrefix ` ](/ api / application #app - config - idprefix ).
135135
136136 :::warning Caution
137- ` useId() ` should be not be called inside a ` computed() ` property as it may cause instance conflicts . Instead , declare the ID outside of ` computed() ` and reference it within the computed function .
137+ ` useId() ` should not be called inside a ` computed() ` property as it may cause instance conflicts . Instead , declare the ID outside of ` computed() ` and reference it within the computed function .
138138 :::
You can’t perform that action at this time.
0 commit comments