File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ var modelProps = {
20
20
'false-value' : '_falseValue'
21
21
}
22
22
23
- // check for attribtues that prohibit interpolations
23
+ // check for attributes that prohibit interpolations
24
24
var disallowedInterpAttrRE = / ^ v - | ^ : | ^ @ | ^ ( i s | t r a n s i t i o n | t r a n s i t i o n - m o d e | d e b o u n c e | t r a c k - b y | s t a g g e r | e n t e r - s t a g g e r | l e a v e - s t a g g e r ) $ /
25
25
26
26
module . exports = {
@@ -60,8 +60,8 @@ module.exports = {
60
60
// warn style
61
61
if ( attr === 'style' ) {
62
62
_ . warn (
63
- raw + 'interpolation in "style" attribtue will cause ' +
64
- 'the attribtue to be discarded in Internet Explorer. ' +
63
+ raw + 'interpolation in "style" attribute will cause ' +
64
+ 'the attribute to be discarded in Internet Explorer. ' +
65
65
'Use v-bind:style instead.'
66
66
)
67
67
}
You can’t perform that action at this time.
0 commit comments