Ver Fonte

Merge pull request #547 from BigBlueHat/patch-1

Edit changes.md [ci skip]
Evan You há 11 anos atrás
pai
commit
daa4ece8c3
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      changes.md

+ 2 - 2
changes.md

@@ -436,12 +436,12 @@ computed: {
 
 - #### One time interpolations
 
+  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:
+
   ``` html
   <span>{{* hello }}</span>
   ```
 
-  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:
-
 ## Config API change
 
 > Breaking