Преглед изворни кода

Moved one time interpolation code after `Example:`

BigBlueHat пре 11 година
родитељ
комит
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