Skip to content

Commit

Permalink
Chores: Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jul 18, 2020
1 parent b9feb67 commit 8cabc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/eslint-plugin-vue/util-types/ast/v-ast.ts
Expand Up @@ -102,7 +102,7 @@ export interface VIdentifier extends HasParentNode {
}
export interface VDirectiveKey extends HasParentNode {
type: 'VDirectiveKey'
parent: VAttribute
parent: VDirective
name: VIdentifier
argument: VExpressionContainer | VIdentifier | null
modifiers: VIdentifier[]
Expand Down

0 comments on commit 8cabc18

Please sign in to comment.