1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 22:02:39 +02:00

Add content for computed properties

This commit is contained in:
Kamran Ahmed
2022-08-09 21:19:35 +04:00
parent 5867593616
commit ade7e961a2

View File

@@ -1 +1,8 @@
# Computed properties
# Computed Properties
In-template expressions are very convenient, but they are meant for simple operations. Putting too much logic in your templates can make them bloated and hard to maintain. Computed properties allow us to simplify the complex logic that includes reactive data.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Docs' href='https://vuejs.org/guide/essentials/computed.html#computed-properties'>Computed Properties</BadgeLink>