mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-05-24 00:34:04 +03:00
27aaf4744a
fix: webpack dev server chore: use eslint not prettier unfeat: remove support for comments (its brokenn in Vue, maybe later)
24 lines
504 B
JavaScript
24 lines
504 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'
|
|
}
|
|
})
|