Add content for computed properties

pull/1657/head
Kamran Ahmed 2 years ago
parent 5867593616
commit ade7e961a2
  1. 9
      content/roadmaps/105-vue/content/100-fundamental-topics/111-computed-properties.md

@ -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>

Loading…
Cancel
Save