Event Timeline
Comment Actions
Its only there for dynamic imported this.$options.components[ 'wl-z-object-key-value' ]
which is ok to ignore I think.
when you register a component dynamically (e.g., in beforeCreate), static analysis can't detect it, so the rule will warn even though your code is correct.