21 | The contents of the current working directory: 22 |
23 |You can use the resources below to find more information around building your Vue App.
30 |First Name: {{ user.firstName }}
21 |Last Name: {{ user.lastName }}
22 |Address 1: {{ user.address.street1 }}
23 |Address 2: {{ user.address.street2 }}
24 |City: {{ user.address.city }}
25 |State: {{ user.address.state }}
26 |Zip Code: {{ user.address.zip }}
27 |Countries: {{ user.address.country }}
28 |Phone: {{ user.phone }}
29 |E-mail: {{ user.email }}
30 |10 | The contents of the current working directory: 11 |
12 |You can use the resources below to find more information around building your Vue App.
38 |