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
**Component templates should only include simple expressions, with more complex expressions refactored into computed properties or methods.**
Complex expressions in your templates make them less declarative. We should strive to describe _what_ should appear, not _how_ we're computing that value. Computed properties and methods also allow the code to be reused.
The text was updated successfully, but these errors were encountered:
kr.vuejs.org/src/v2/style-guide/index.md
Lines 1298 to 1302 in 6df59ee
The text was updated successfully, but these errors were encountered: