File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ export default class Wrapper implements BaseWrapper {
55
55
const cssModuleIdentifiers = { }
56
56
let moduleIdent
57
57
Object . keys ( this . vm . $style ) . forEach ( ( key ) => {
58
+ // $FlowIgnore : Flow thinks vm is a property
58
59
moduleIdent = this . vm . $style [ key ]
59
60
// CSS Modules may be multi-class if they extend others. Extended classes should be already present in $style.
60
61
moduleIdent = moduleIdent . split ( ' ' ) [ 0 ]
@@ -353,6 +354,7 @@ export default class Wrapper implements BaseWrapper {
353
354
if ( this . vm && this . vm . $options && this . vm . $options . propsData ) {
354
355
_props = this . vm . $options . propsData
355
356
} else {
357
+ // $FlowIgnore
356
358
_props = this . vm . $props
357
359
}
358
360
return _props || { } // Return an empty object if no props exist
You can’t perform that action at this time.
0 commit comments