From 568ce4f9535937a8d40c2d84bfbd1ddaa4922ff7 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Fri, 13 Apr 2018 13:22:47 -0400 Subject: [PATCH] access title --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 96e9448..a40314f 100644 --- a/app.js +++ b/app.js @@ -5,7 +5,7 @@ var app = new Vue({ }, methods: { sayHello(){ - return "Hello"; + return this.title; } } })