Skip to content

Commit 56e7c4c

Browse files
committed
remove invalid coment
1 parent f87ce6d commit 56e7c4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/utils/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,6 @@ module.exports = {
451451
componentComments.push(node)
452452
},
453453
ObjectExpression (node) {
454-
// comment with @vue/component
455454
if (!componentComments.some(el => el.loc.end.line === node.loc.start.line - 1) || hasNode(node)) return
456455
foundNodes.push(node)
457456
cb(node)

0 commit comments

Comments
 (0)