輕量級 JavaScript 庫,Vue.js 0.12.13 發布
Vue.js 是構建 Web 界面的 JavaScript 庫,提供數據驅動的組件,還有簡單靈活的 API,使得 MVVM 更簡單。
主要特性:
-
可擴展的數據綁定
</li> -
將普通的 JS 對象作為 model
</li> -
簡潔明了的 API
</li> -
組件化 UI 構建
</li> -
配合別的庫使用
</li> </ul>支持的瀏覽器:https://saucelabs.com/u/vuejs
修復
-
Observer will only attempt to convert a data object if it is not a native object, e.g
</li>window
. -
#1219 inherit: true constructor cache should be context-sensitive
</li> -
#1248 performance regression when
</li>v-repeat
has a particularly large source Array. -
#1241 Triggering a transitionend event after enter transition is done in in-out mode causes error (@nkovacs)
</li> -
#1244 Leave transition hook is called twice if css:false in in-out mode
</li> </ul>改進
-