Kaynağa Gözat

Merge pull request #547 from BigBlueHat/patch-1

Edit changes.md [ci skip]
Evan You 11 yıl önce
ebeveyn
işleme
daa4ece8c3
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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