JavaScript 框架,Vue.js 1.0.8 發布

jopen 9年前發布 | 22K 次閱讀 Vue.js

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 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>

    • props options now supports using prop objects in array syntax again.

      </li> </ul>

      修復

      • Observer should no longer throw errors when trying to observe objects created via Object.create(null). (@kazupon)

        </li>

      • 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 v-for alias

        </li>

      • #1779 fix incorrect warning for v-ref on non-component elements

        </li>

      • #1781 fix afterEnter hook firing before transition finishes

        </li>

      • #1786 fix $event variable for v-on inline statement handlers with filters

        </li>

      • #1791 avoid v-for re-rendering when using v-model on primitive values

        </li> </ul>

        下載頁面:1.0.8

        來自:http://www.oschina.net/news/68000/vue-js-1-0-8

         本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
         轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
         本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!