We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b6489 commit 9ec6fb7Copy full SHA for 9ec6fb7
web/layouts/default.vue
@@ -38,7 +38,7 @@ export default class DefaultLayout extends Vue {
38
}
39
40
mounted() {
41
- this.startPoller()
+ // this.startPoller()
42
setTimeout(() => {
43
if (this.poller) {
44
clearInterval(this.poller)
0 commit comments