We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8761bde commit df11a8eCopy full SHA for df11a8e
lib/utils/index.js
@@ -381,7 +381,7 @@ module.exports = {
381
callee.object.type === 'Identifier' &&
382
callee.object.name === 'Vue' &&
383
callee.property.type === 'Identifier' &&
384
- callee.property.name === 'component' &&
+ (callee.property.name === 'component' || callee.property.name === 'mixin') &&
385
node.arguments.length &&
386
node.arguments.slice(-1)[0].type === 'ObjectExpression'
387
0 commit comments