diff --git a/src/compiler/parser/index.js b/src/compiler/parser/index.js index 4978390d..45a235f5 100644 --- a/src/compiler/parser/index.js +++ b/src/compiler/parser/index.js @@ -400,7 +400,8 @@ function processAttrs (el) { warn( `${name}="${value}": ` + 'Interpolation inside attributes has been deprecated. ' + - 'Use v-bind or the colon shorthand instead.' + 'Use v-bind or the colon shorthand instead. For example, ' + + 'instead of
, use
.' ) } }