[fix] hits

This commit is contained in:
Andy Bunce 2021-12-25 22:39:07 +00:00
parent e379c4ca62
commit 0ddfa9f736
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ var app = new Vue({
} }
}, },
methods:{ methods:{
load: function () { load() {
this.hits += 1 this.hits += 1
fetch("data.json") fetch("data.json")
.then(response => response.json()) .then(response => response.json())