mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-05-26 16:44:04 +03:00
9cfde5b550
feat: update build script chore: use jiti instead of babel-node for examples
29 lines
580 B
JavaScript
29 lines
580 B
JavaScript
if (!window.users) {
|
|
window.users = []
|
|
console.warn('window.users was not set')
|
|
}
|
|
|
|
window.users.push({
|
|
id: 1,
|
|
name: 'Leanne Graham',
|
|
username: 'Bret',
|
|
email: 'Sincere@april.biz',
|
|
address: {
|
|
street: 'Kulas Light',
|
|
suite: 'Apt. 556',
|
|
city: 'Gwenborough',
|
|
zipcode: '92998-3874',
|
|
geo: {
|
|
lat: '-37.3159',
|
|
lng: '81.1496'
|
|
}
|
|
},
|
|
phone: '1-770-736-8031 x56442',
|
|
website: 'hildegard.org',
|
|
company: {
|
|
name: 'Romaguera-Crona',
|
|
catchPhrase: 'Multi-layered client-server neural-net',
|
|
bs: 'harness real-time e-markets'
|
|
}
|
|
})
|