LU05.S18 - Combined directives

This assignment includes several directives in combination

e.g. v-bind, v-if, v-show and v-for in one Vue script

Combined assignment with the current state of all discussed directives

{{ x.id }} - {{ x.name }} - {{ x.vname }} - {{ x.email }} - {{ x.pw }}

{{ x.id }} - {{ x.name }} - {{ x.vname }}