Skip to content

Commit a71f7ea

Browse files
Merge pull request #37 from vuejs/phanan/fix-seen
fix: wrong data for Conditionals and Loops example
2 parents 1255164 + 99a1fc3 commit a71f7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ It's easy to toggle the presence of an element, too:
100100
const App3 = {
101101
data() {
102102
return {
103-
message: 'You loaded this page on ' + new Date().toLocaleString()
103+
seen: true
104104
}
105105
}
106106
}

0 commit comments

Comments
 (0)