Skip to content

Commit 0b6537e

Browse files
authored
Fix vuejs#337
1 parent f125b2f commit 0b6537e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/guide/computed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ The above code is imperative and repetitive. Compare it with a computed property
9494

9595
``` js
9696
var vm = new Vue({
97+
el: '#demo',
9798
data: {
9899
firstName: 'Foo',
99100
lastName: 'Bar'

0 commit comments

Comments
 (0)