Added auto-refresh every 60s

This commit is contained in:
Kamil Klecha
2021-10-19 16:29:16 +02:00
parent 6fad14aecb
commit 9ecf1d39a2

View File

@@ -63,6 +63,7 @@ export default class City extends Vue {
private created() {
this.getData();
setInterval(this.getData, 1000*60);
}
private getData() {