Closed
Description
http://vuejs.org/guide/computed.html
I think
var vm = new Vue({
data: {
firstName: 'Foo',
lastName: 'Bar',
fullName: 'Foo Bar'
}
})
should be...
var vm = new Vue({
el: "#demo",
data: {
firstName: 'Foo',
lastName: 'Bar',
fullName: 'Foo Bar'
}
})
Metadata
Metadata
Assignees
Labels
No labels