Add polling to rooms and portfolio pages
This commit is contained in:
parent
8764aee445
commit
78e2e3ecc5
|
|
@ -37,7 +37,8 @@
|
|||
query: PROJECTS_QUERY,
|
||||
update(data) {
|
||||
return this.$getRidOfEdges(data).projects
|
||||
}
|
||||
},
|
||||
pollInterval: 5000,
|
||||
},
|
||||
me: {
|
||||
query: ME_QUERY
|
||||
|
|
|
|||
|
|
@ -41,7 +41,8 @@
|
|||
query: ROOMS_QUERY,
|
||||
update(data) {
|
||||
return this.$getRidOfEdges(data).rooms
|
||||
}
|
||||
},
|
||||
pollInterval: 5000,
|
||||
},
|
||||
me: {
|
||||
query: ME_QUERY,
|
||||
|
|
|
|||
Loading…
Reference in New Issue