Ai大模型相关案例,AI
Vue.js 1.0.0 Alpha 5 发布,此版本更新内容如下:
重大更新
bind-attris now replaced byv-bind:attr, with:attras shorthand;on-eventis now replaced byv-on:event, with@eventas shorthand; Also, key filter is now denoted with.as a modifier:@keyup.esc="handleEsc".- Literal directive:
v-dir#="xxx"is now replaced byv-dir.literal="xxx". - Prop binding types:
:prop@="twoWay"is now replaced by:prop.sync="twoWay":prop*="oneTime"is now replaced by:prop.once="oneTime"
- Child component and element refs:
$.childis now replaced byv-ref:child.vm.$is also renamed tovm.$refs.$$.nodeis now replaced byv-el:node.vm.$$is also renamed tovm.$els.
其他更新
v-onnow also works for custom events when used on a child component.
修复
- 所有 0.12.15 版本的修复
下载:https://github.com/yyx990803/vue/archive/1.0.0-alpha.5.zip。
Vue.js 0.12.15 发布,此版本主要是 bug 修复:
- #1321
optionsparam for<select v-model>doesn’t work with Array of numbers - #1322 elements with transition stuck in DOM if it is hidden by CSS
- #1327
v-modelfiring unnecessary update atcompositionendin lazy mode - #1330 template parser entity regex fails to detect entities in hex format
下载:https://github.com/yyx990803/vue/archive/0.12.15.zip。









