10000 Update README.md · MissionVistaCS/Vue.js-Tutorial@254f017 · GitHub
[go: up one dir, main page]

Skip to content

Commit 254f017

Browse files
authored
Update README.md
1 parent 2752576 commit 254f017

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,16 @@ Declarative Rendering basically means that Vue.js hooks up the data from our `<s
7878
``` bash
7979
app.message
8080
```
81-
This should output: ```html Hello Vue! ```
81+
This should output:
82+
```html
83+
Hello Vue!
84+
```
85+
86+
You can also *set* the data of your Vue app and it will update reactively.
87+
``` bash
88+
app.message = "Vue is cool!"
89+
```
90+
This should dynamically change the webpage.
8291

8392

8493

0 commit comments

Comments
 (0)
0