Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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)

AltStyle によって変換されたページ (->オリジナル) /