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 1bcc571 commit 8e810dcCopy full SHA for 8e810dc
src/platforms/web/compiler/modules/style.js
@@ -17,10 +17,10 @@ function transformNode (el: ASTElement, options: CompilerOptions) {
17
const expression = parseText(staticStyle, options.delimiters)
18
if (expression) {
19
warn(
20
- `style="${staticStyle}": ` +
21
- 'Interpolation inside attributes has been removed. ' +
22
- 'Use v-bind or the colon shorthand instead. For example, ' +
23
- 'instead of <div style="{{ val }}">, use <div :style="val">.'
+ `style="${staticStyle}": ` +
+ 'Interpolation inside attributes has been removed. ' +
+ 'Use v-bind or the colon shorthand instead. For example, ' +
+ 'instead of <div style="{{ val }}">, use <div :style="val">.'
24
)
25
}
26
0 commit comments