Просмотр исходного кода

Moved one time interpolation code after `Example:`

BigBlueHat 11 лет назад
Родитель
Сommit
3ab680f21f
1 измененных файлов с 2 добавлено и 2 удалено
  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