File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,10 @@ function shouldExtend (component) {
38
38
}
39
39
}
40
40
41
- // Components created with Vue.extend will not inherit from
42
- // a localVue constructor by default . To make sure they inherit
43
- // from a localVue constructor, we must create new components by
41
+ // Components created with Vue.extend are not created internally in Vue
42
+ // by extending a localVue constructor. To make sure they inherit
43
+ // properties add to a localVue constructor, we must create new components by
44
44
// extending the original extended components from the localVue constructor.
45
- // The registered original extended components should only be
46
- // overwritten in the component that they are registered on.
47
45
// We apply a global mixin that overwrites the components original
48
46
// components with the extended components when they are created.
49
47
export function extendExtendedComponents (
You can’t perform that action at this time.
0 commit comments