vuejs v1.0.20 发布了。Vue.js 是构建 Web 界面的 JavaScript 库,提供数据驱动的组件,还有简单灵活的 API,使得 MVVM 更简单。
主要特性:
-
可扩展的数据绑定
-
将普通的 JS 对象作为 model
-
简洁明了的 API
-
组件化 UI 构建
-
配合别的库使用
此次更新的内容有:
Fixed
-
#2563 Fixed error in custom terminal directive implementation that caused infinite loop. (@kazupon)
-
#2565 Fixed camelCase <-> kebab-case conversion for custom directive params
-
#2569 Fixed reactivity for prop default values
-
#2566 Fixed activate hook + keep-alive transition error