* 'dev' of https://github.com/vuejs/vue: (118 commits)
[weex] Support unary and left open tags (vuejs#5052)
[release] 2.2.4
[build] 2.2.4
fix perf measure regression for nested components of the same name (fixvuejs#5181)
[release] 2.2.3
[build] 2.2.3
perf code coverage
improve camelCase prop warning message
warn when template contains text outside root element (vuejs#5164)
Warn when not passing props in kebab-case (vuejs#5161)
turn off perf timeline measuring by default + reduce its impact on dev time perf (fixvuejs#5174)
v-bind object should have lower priority than explicit bindings (fixvuejs#5150)
fix custom directive arg fall through (fixvuejs#5162)
formatting tweaks
refactor create-component
fix wrong order of generate modifier code (vuejs#5147)
fix v-on unit test (vuejs#5144)
fixvuejs#5121: parse content in textarea as plaintext (vuejs#5143)
[release] 2.2.2
[build] 2.2.2
...
# Conflicts:
# dist/vue.runtime.common.js
# src/core/vdom/helpers/update-listeners.js
zhiqinyigu commentedMar 10, 2017
•
edited
Vue.js version
2.0.2
原谅我英文渣,实际上在2.2.2也能重现
Reproduction Link
https://jsfiddle.net/rdjjpc7a/2080/
注意custom指令的消息
Steps to reproduce
一个组件应用了多个自定义指令。比如应用了两个,前面的有参数,后面的没有参数。
What is Expected?
后面的自定义指令的binding.arg会取得前面的自定义指令的binding.arg。
What is actually happening?
不同的指令binding.arg应该是独立的,隔离的。
The text was updated successfully, but these errors were encountered: