diff --git a/app.js b/app.js index 0796b78..cd2b6ba 100644 --- a/app.js +++ b/app.js @@ -2,7 +2,8 @@ var app = new Vue({ el: '#app', data: { title: "Hello World", - link: "https://google.com" + link: "https://google.com", + finishedLink: 'Google' }, methods: { sayHello(){ diff --git a/index.html b/index.html index 31019ee..2da3f6e 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,8 @@