Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(types): vue.d.ts should use relative import to v3-component-publi…
…c-instance (#12668)

fix #12666
  • Loading branch information
sandersn committed Jul 16, 2022
1 parent 7d4a772 commit 46ec648
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion types/tsconfig.json
Expand Up @@ -9,7 +9,6 @@
"jsx": "preserve",
"strict": true,
"noEmit": true,
"baseUrl": ".",
"paths": {
"vue": ["../index.d.ts"]
}
Expand Down
2 changes: 1 addition & 1 deletion types/vue.d.ts
Expand Up @@ -14,7 +14,7 @@ import { VNode, VNodeData, VNodeChildren, NormalizedScopedSlot } from './vnode'
import { PluginFunction, PluginObject } from './plugin'
import { DefineComponent } from './v3-define-component'
import { nextTick } from './v3-generated'
import { ComponentPublicInstance } from 'v3-component-public-instance'
import { ComponentPublicInstance } from './v3-component-public-instance'

export interface CreateElement {
(
Expand Down

0 comments on commit 46ec648

Please sign in to comment.