Skip to content

Commit 230d60b

Browse files
committed
fix
1 parent e055b1b commit 230d60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/types/vue-parser-services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { Rule } from 'eslint'
22
import type { RuleContext, SourceCode } from './eslint'
33
import type { AST as VAST } from 'vue-eslint-parser'
44
import type { TokenStore } from './types'
5-
import type { VElement } from 'vue-eslint-parser/ast'
5+
import type { VElement } from 'vue-eslint-parser/ast/index'
66

77
export interface TemplateListener {
88
[key: string]: ((node: never) => void) | undefined

0 commit comments

Comments
 (0)