We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3db7b13 commit a7b5ee6Copy full SHA for a7b5ee6
lib/utils/index.js
@@ -370,7 +370,7 @@ module.exports = {
370
callee.object.type === 'Identifier' &&
371
callee.object.name === 'Vue' &&
372
callee.property.type === 'Identifier' &&
373
- callee.property.name === 'component' &&
+ (callee.property.name === 'component' || callee.property.name === 'mixin') &&
374
node.arguments.length &&
375
node.arguments.slice(-1)[0].type === 'ObjectExpression'
376
0 commit comments