Example v-for Directive
Using the v-for directive on an Object to create a list of the object properties and the respective property values.
- (Property name: value) = (name: Lion)
- (Property name: value) = (heightCM: 110)
- (Property name: value) = (weightKG: 150)