Skip to content

Commit daa4ece

Browse files
committed
Merge pull request vuejs#547 from BigBlueHat/patch-1
Edit changes.md [ci skip]
2 parents 5bc3e30 + 3ab680f commit daa4ece

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

changes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,12 +436,12 @@ computed: {
436436

437437
- #### One time interpolations
438438

439+
One time interpolations do not need to set up watchers and can improve initial rendering performance. If you know something's not going to change, make sure to use this new feature. Example:
440+
439441
``` html
440442
<span>{{* hello }}</span>
441443
```
442444

443-
One time interpolations do not need to set up watchers and can improve initial rendering performance. If you know something's not going to change, make sure to use this new feature. Example:
444-
445445
## Config API change
446446

447447
> Breaking

0 commit comments

Comments
 (0)