mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-05-24 04:34:05 +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
509 B
JavaScript
24 lines
509 B
JavaScript
window.users.push({
|
|
id: 4,
|
|
name: 'Patricia Lebsack',
|
|
username: 'Karianne',
|
|
email: 'Julianne.OConner@kory.org',
|
|
address: {
|
|
street: 'Hoeger Mall',
|
|
suite: 'Apt. 692',
|
|
city: 'South Elvis',
|
|
zipcode: '53919-4257',
|
|
geo: {
|
|
lat: '29.4572',
|
|
lng: '-164.2990'
|
|
}
|
|
},
|
|
phone: '493-170-9623 x156',
|
|
website: 'kale.biz',
|
|
company: {
|
|
name: 'Robel-Corkery',
|
|
catchPhrase: 'Multi-tiered zero tolerance productivity',
|
|
bs: 'transition cutting-edge web services'
|
|
}
|
|
})
|