Skip to content

Commit 3ab680f

Browse files
committed
Moved one time interpolation code after Example:
1 parent 5bc3e30 commit 3ab680f

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)