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
Copy file name to clipboardExpand all lines: docs/rules/no-async-in-computed-properties.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Check if there are no asynchronous action inside computed properties (no-async-in-computed-properties)
1
+
# Check if there are no asynchronous actions inside computed properties (no-async-in-computed-properties)
2
2
3
3
Computed properties should be synchronous. Asynchronous actions inside them may not work as expected and can lead to an unexpected behaviour, that's why you should avoid them.
4
4
If you need async computed properties you might want to consider using additional plugin [vue-async-computed]
0 commit comments