This commit is contained in:
Andy Bunce 2022-01-07 22:00:50 +00:00
parent e619617cde
commit 73954c66ec
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ var app = new Vue({
el: '#app',
data: {
message: 'Hello Vue!',
json: links,
links: null,
hits:0,
loaded: null
},