File tree 1 file changed +3
-9
lines changed
1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -50,14 +50,10 @@ export function compileTemplate(
50
50
code : `var render = function () {}\n` + `var staticRenderFns = []\n` ,
51
51
source : options . source ,
52
52
tips : [
53
- `Component ${
54
- options . filename
55
- } uses lang ${ preprocessLang } for template. Please install the language preprocessor.`
53
+ `Component ${ options . filename } uses lang ${ preprocessLang } for template. Please install the language preprocessor.`
56
54
] ,
57
55
errors : [
58
- `Component ${
59
- options . filename
60
- } uses lang ${ preprocessLang } for template, however it is not installed.`
56
+ `Component ${ options . filename } uses lang ${ preprocessLang } for template, however it is not installed.`
61
57
]
62
58
}
63
59
} else {
@@ -177,9 +173,7 @@ function actuallyCompile(
177
173
} )
178
174
} catch ( e ) {
179
175
tips . push (
180
- `Failed to prettify component ${
181
- options . filename
182
- } template source after compilation.`
176
+ `Failed to prettify component ${ options . filename } template source after compilation.`
183
177
)
184
178
}
185
179
}
You can’t perform that action at this time.
0 commit comments