From 78e0c132e7f27e4f022a65a093344a0fcf681e4c Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Fri, 13 Apr 2018 13:32:48 -0400 Subject: [PATCH] v-html --- app.js | 3 ++- index.html | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) 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 @@

{{title}}

{{ sayHello() }}

- Google + +