Skip to content

Commit 8cabc18

Browse files
committed
Chores: Fix typing
1 parent b9feb67 commit 8cabc18

File tree

1 file changed

+1
-1
lines changed
  • typings/eslint-plugin-vue/util-types/ast

1 file changed

+1
-1
lines changed

typings/eslint-plugin-vue/util-types/ast/v-ast.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export interface VIdentifier extends HasParentNode {
102102
}
103103
export interface VDirectiveKey extends HasParentNode {
104104
type: 'VDirectiveKey'
105-
parent: VAttribute
105+
parent: VDirective
106106
name: VIdentifier
107107
argument: VExpressionContainer | VIdentifier | null
108108
modifiers: VIdentifier[]

0 commit comments

Comments
 (0)