We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c87165 commit 192126fCopy full SHA for 192126f
src/directives/on.js
@@ -22,8 +22,9 @@ module.exports = {
22
update: function (handler) {
23
if (typeof handler !== 'function') {
24
process.env.NODE_ENV !== 'production' && _.warn(
25
- 'Directive "v-on:' + this.expression + '" ' +
26
- 'expects a function value.'
+ 'Directive v-on="' + this.arg + ': ' +
+ this.expression + '" expects a function value, ' +
27
+ 'got ' + handler
28
)
29
return
30
}
0 commit comments