Skip to content

Commit 8e810dc

Browse files
committed
tweak indent
1 parent 1bcc571 commit 8e810dc

File tree

1 file changed

+4
-4
lines changed
  • src/platforms/web/compiler/modules

1 file changed

+4
-4
lines changed

src/platforms/web/compiler/modules/style.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ function transformNode (el: ASTElement, options: CompilerOptions) {
1717
const expression = parseText(staticStyle, options.delimiters)
1818
if (expression) {
1919
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">.'
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">.'
2424
)
2525
}
2626
}

0 commit comments

Comments
 (0)