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; } } })