发布于 2016-01-19 01:17:30 | 151 次阅读 | 评论: 0 | 来源: 网友投递
Vue.js 轻量级 JavaScript 框架
Vue.js 是构建 Web 界面的 JavaScript 库,提供数据驱动的组件,还有简单灵活的 API,使得 MVVM 更简单。
Vue.js 1.0.15 发布,更新如下:
Fixed npm distributed build not stripping development-only code when used in Webpack/Browserify production builds.
#2145 v-for
now works better with Sortable.
#2163 fix slot duplicated insertion when used with v-if
#2182 improve template parser cache hit (@tgeorgiev)
#2183 fix cache size bug when putting multiple entries with the same key (@tgeorgiev)