Prechádzať zdrojové kódy

Merge pull request #547 from BigBlueHat/patch-1

Edit changes.md [ci skip]
Evan You 11 rokov pred
rodič
commit
daa4ece8c3
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  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