mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-20 19:30:33 +03:00
feat: first work on vue v3 composition metainfo app
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
<!-- li><a href="basic">Basic</a></li>
|
||||
<li><a href="basic-render">Basic Render</a></li>
|
||||
<li><a href="keep-alive">Keep alive</a></li>
|
||||
<li><a href="multiple-apps">Usage with multiple apps</a></li -->
|
||||
<li><a href="ssr">SSR</a></li>
|
||||
<li><a href="multiple-apps">Usage with multiple apps</a></li>
|
||||
<li><a href="ssr">SSR</a></li -->
|
||||
<li><a href="vue-router">Usage with vue-router</a></li>
|
||||
<!-- li><a href="vuex">Usage with vuex</a></li>
|
||||
<li><a href="vuex-async">Usage with vuex + async actions</a></li>
|
||||
|
||||
+18
-18
@@ -1,23 +1,23 @@
|
||||
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'
|
||||
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'
|
||||
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'
|
||||
}
|
||||
})
|
||||
|
||||
+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'
|
||||
}
|
||||
})
|
||||
|
||||
+18
-18
@@ -1,23 +1,23 @@
|
||||
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'
|
||||
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'
|
||||
phone: '1-463-123-4447',
|
||||
website: 'ramiro.info',
|
||||
company: {
|
||||
name: 'Romaguera-Jacobson',
|
||||
catchPhrase: 'Face to face bifurcated interface',
|
||||
bs: 'e-enable strategic applications'
|
||||
}
|
||||
})
|
||||
|
||||
+18
-18
@@ -1,23 +1,23 @@
|
||||
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'
|
||||
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'
|
||||
phone: '493-170-9623 x156',
|
||||
website: 'kale.biz',
|
||||
company: {
|
||||
name: 'Robel-Corkery',
|
||||
catchPhrase: 'Multi-tiered zero tolerance productivity',
|
||||
bs: 'transition cutting-edge web services'
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user