mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-21 23:30:34 +03:00
feat: first work on vue v3 composition metainfo app
This commit is contained in:
+18
-18
@@ -1,23 +1,23 @@
|
||||
window.users.push({
|
||||
'id': 2,
|
||||
'name': 'Ervin Howell',
|
||||
'username': 'Antonette',
|
||||
'email': 'Shanna@melissa.tv',
|
||||
'address': {
|
||||
'street': 'Victor Plains',
|
||||
'suite': 'Suite 879',
|
||||
'city': 'Wisokyburgh',
|
||||
'zipcode': '90566-7771',
|
||||
'geo': {
|
||||
'lat': '-43.9509',
|
||||
'lng': '-34.4618'
|
||||
id: 2,
|
||||
name: 'Ervin Howell',
|
||||
username: 'Antonette',
|
||||
email: 'Shanna@melissa.tv',
|
||||
address: {
|
||||
street: 'Victor Plains',
|
||||
suite: 'Suite 879',
|
||||
city: 'Wisokyburgh',
|
||||
zipcode: '90566-7771',
|
||||
geo: {
|
||||
lat: '-43.9509',
|
||||
lng: '-34.4618'
|
||||
}
|
||||
},
|
||||
'phone': '010-692-6593 x09125',
|
||||
'website': 'anastasia.net',
|
||||
'company': {
|
||||
'name': 'Deckow-Crist',
|
||||
'catchPhrase': 'Proactive didactic contingency',
|
||||
'bs': 'synergize scalable supply-chains'
|
||||
phone: '010-692-6593 x09125',
|
||||
website: 'anastasia.net',
|
||||
company: {
|
||||
name: 'Deckow-Crist',
|
||||
catchPhrase: 'Proactive didactic contingency',
|
||||
bs: 'synergize scalable supply-chains'
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user