November 2017
Beginner to intermediate
398 pages
8h 42m
English
A very powerful feature of Vue is the computed property. It allows us to define new properties that combine any amount of properties and use transformations, such as converting a markdown string into HTML--that's why its value is defined by a function. A computed property has the following features:
This will help us automatically convert ...
Read now
Unlock full access