access title

This commit is contained in:
Tyrel Souza 2018-04-13 13:22:47 -04:00
parent c147f918bd
commit 568ce4f953
No known key found for this signature in database
GPG Key ID: 5A9394D4C30AEAC0

2
app.js
View File

@ -5,7 +5,7 @@ var app = new Vue({
}, },
methods: { methods: {
sayHello(){ sayHello(){
return "Hello"; return this.title;
} }
} }
}) })