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 (
236
236
}
237
237
238
238
function extractProps ( data : VNodeData , Ctor : Class < Component > ): ?Object {
239
- // we are only extrating raw values here.
239
+ // we are only extracting raw values here.
240
240
// validation and default values are handled in the child
241
241
// component itself.
242
242
const propOptions = Ctor . options . props
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ export default {
59
59
setSelected ( el , binding , vnode . context )
60
60
// in case the options rendered by v-for have changed,
61
61
// 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
63
63
// option in the DOM.
64
64
const needReset = el . multiple
65
65
? binding . value . some ( v => hasNoMatchingOption ( v , el . options ) )
Original file line number Diff line number Diff line change 1
1
/* @flow */
2
2
3
3
/**
4
- * Original RenderStream implmentation by Sasha Aickin (@aickin)
4
+ * Original RenderStream implementation by Sasha Aickin (@aickin)
5
5
* Licensed under the Apache License, Version 2.0
6
6
* http://www.apache.org/licenses/LICENSE-2.0
7
7
*
You can’t perform that action at this time.
0 commit comments