Skip to content

Commit b4ad9f7

Browse files
okcscottchrisvfritz
authored andcommitted
Correct app reference in 2.0 docs (#395)
1 parent a19c426 commit b4ad9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ var app3 = new Vue({
113113
</script>
114114
{% endraw %}
115115

116-
Go ahead and enter `app2.seen = false` in the console. You should see the message disappear.
116+
Go ahead and enter `app3.seen = false` in the console. You should see the message disappear.
117117

118118
This second example demonstrates that we can bind data to not only text and attributes, but also the **structure** of the DOM. Moreover, Vue also provides a powerful transition effect system that can automatically apply [transition effects](transitions.html) when elements are inserted/updated/removed by Vue.
119119

0 commit comments

Comments
 (0)