首页
系统教程
Linux入门
Linux管理
Linux技巧
Linux命令
Ubuntu
Linux服务器
Linux数据库
Linux开发
通用技术
发行版
企业应用
实验室
当前位置:
红联Linux门户
>
Linux软件下载
Vue.js 0.12.10发布,轻量级JavaScript库
发布时间:2015-08-10 14:54:35
来源:红联
作者:empast
Vue.js 0.12.10 发布,此版本更新内容如下:
改进
Support one static
inside
with v-model + dynamic options:
Select a user...
This static option will be selected by default if the v-model value is falsy (excluding 0). Options created from users will be appended after the default option.
Dynamic component wait-for listeners are now attached in the component's created hook, thus firing the event synchronously in compiled hook will now properly trigger the DOM insertion.
Bug 修复
template parser now trims empty textNodes from