File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ var component = normalizer(
185185 // from the devtools.
186186 code += `\ncomponent.options.__file = ${ JSON . stringify ( rawShortFilePath . replace ( / \\ / g, '/' ) ) } `
187187 } 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.
189189 // For security reasons, only expose the file's basename in production.
190190 code += `\ncomponent.options.__file = ${ JSON . stringify ( filename ) } `
191191 }
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ export default function normalizeComponent (
7171 // for template-only hot-reload because in that case the render fn doesn't
7272 // go through the normalizer
7373 options . _injectStyles = hook
74- // register for functioal component in vue file
74+ // register for functional component in vue file
7575 var originalRender = options . render
7676 options . render = function renderWithStyleInjection ( h , context ) {
7777 hook . call ( context )
You can’t perform that action at this time.
0 commit comments