JavaScript 框架,Vue.js 1.0.8 發布
Vue.js 是構建 Web 界面的 JavaScript 庫,提供數據驅動的組件,還有簡單靈活的 API,使得 MVVM 更簡單。
主要特性:
-
可擴展的數據綁定
</li> -
將普通的 JS 對象作為 model
</li> -
簡潔明了的 API
</li> -
組件化 UI 構建
</li> -
配合別的庫使用
</li> </ul>支持的瀏覽器:https://saucelabs.com/u/vuejs
Vue.js 1.0.8 發布,更新內容如下:新特性
-
Added support for pre-defined getters/setters on data objects. This feature is off by default and must be turned on by setting
</li>Vue.config.convertAllProperties = true
, since it comes with a small performance cost. (@jdavidberger) -
</li>v-on
key modifiers now also support all single letters. (@yulon) -
</li> </ul>props
options now supports using prop objects in array syntax again.修復
-
Observer should no longer throw errors when trying to observe objects created via
</li>Object.create(null)
. (@kazupon) -
Fixed an edge case in IE where text interpolations are not processed due to IE randomly splitting the text nodes into multiple adjacent ones.
</li> -
#1778 fix incorrect warning for two-way binding on
</li>v-for
alias -
#1779 fix incorrect warning for
</li>v-ref
on non-component elements -
#1781 fix
</li>afterEnter
hook firing before transition finishes -
#1786 fix
</li>$event
variable forv-on
inline statement handlers with filters -
#1791 avoid
</li> </ul>v-for
re-rendering when usingv-model
on primitive values下載頁面:1.0.8
來自:http://www.oschina.net/news/68000/vue-js-1-0-8
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!
-
-