2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-07 06:22:25 +03:00
Files
vue-meta/examples/_static/user-3.js
T
2020-06-01 01:05:59 +02:00

24 lines
508 B
JavaScript

window.users.push({
id: 3,
name: 'Clementine Bauch',
username: 'Samantha',
email: 'Nathan@yesenia.net',
address: {
street: 'Douglas Extension',
suite: 'Suite 847',
city: 'McKenziehaven',
zipcode: '59590-4157',
geo: {
lat: '-68.6102',
lng: '-47.0653',
},
},
phone: '1-463-123-4447',
website: 'ramiro.info',
company: {
name: 'Romaguera-Jacobson',
catchPhrase: 'Face to face bifurcated interface',
bs: 'e-enable strategic applications',
},
})