File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
platforms/web/runtime/directives Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ function resolveAsyncComponent (
236236}
237237
238238function extractProps ( data : VNodeData , Ctor : Class < Component > ): ?Object {
239- // we are only extrating raw values here.
239+ // we are only extracting raw values here.
240240 // validation and default values are handled in the child
241241 // component itself.
242242 const propOptions = Ctor . options . props
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ export default {
5959 setSelected ( el , binding , vnode . context )
6060 // in case the options rendered by v-for have changed,
6161 // it's possible that the value is out-of-sync with the rendered options.
62- // detect such cases and filter out values that no longer has a matchig
62+ // detect such cases and filter out values that no longer has a matching
6363 // option in the DOM.
6464 const needReset = el . multiple
6565 ? binding . value . some ( v => hasNoMatchingOption ( v , el . options ) )
Original file line number Diff line number Diff line change 11/* @flow */
22
33/**
4- * Original RenderStream implmentation by Sasha Aickin (@aickin)
4+ * Original RenderStream implementation by Sasha Aickin (@aickin)
55 * Licensed under the Apache License, Version 2.0
66 * http://www.apache.org/licenses/LICENSE-2.0
77 *
You can’t perform that action at this time.
0 commit comments