[fix] hits
This commit is contained in:
parent
e379c4ca62
commit
0ddfa9f736
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||||
|
|
Loading…
Add table
Reference in a new issue