|
@ -400,7 +400,8 @@ function processAttrs (el) { |
|
|
warn( |
|
|
warn( |
|
|
`${name}="${value}": ` + |
|
|
`${name}="${value}": ` + |
|
|
'Interpolation inside attributes has been deprecated. ' + |
|
|
'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 <div id="{{ val }}">, use <div :id="val">.' |
|
|
) |
|
|
) |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|