überarbeitetet serviceworker

This commit is contained in:
TLRZ Seyfferth
2018-01-24 17:13:21 +01:00
parent ee717318ee
commit be36363e39
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ var app = new Vue({
})
},
loadArticles: function() {
this.$http.get('./data/test_articles.json')
this.$http.get('./data/articles.json')
.then(response => { return response.json();})
.then(json => {
json.forEach(element => {