File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ var component = normalizer(
185
185
// from the devtools.
186
186
code += `\ncomponent.options.__file = ${ JSON . stringify ( rawShortFilePath . replace ( / \\ / g, '/' ) ) } `
187
187
} else if ( options . exposeFilename ) {
188
- // Libraies can opt-in to expose their components' filenames in production builds.
188
+ // Libraries can opt-in to expose their components' filenames in production builds.
189
189
// For security reasons, only expose the file's basename in production.
190
190
code += `\ncomponent.options.__file = ${ JSON . stringify ( filename ) } `
191
191
}
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ export default function normalizeComponent (
71
71
// for template-only hot-reload because in that case the render fn doesn't
72
72
// go through the normalizer
73
73
options . _injectStyles = hook
74
- // register for functioal component in vue file
74
+ // register for functional component in vue file
75
75
var originalRender = options . render
76
76
options . render = function renderWithStyleInjection ( h , context ) {
77
77
hook . call ( context )
You can’t perform that action at this time.
0 commit comments