Skip to content

Commit 69cd15f

Browse files
committed
fix: remove circular dependency
1 parent c059e43 commit 69cd15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stubs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { transformVNodeArgs, h, createVNode } from 'vue'
22
import { hyphenate } from '@vue/shared'
33
import { MOUNT_COMPONENT_REF, MOUNT_PARENT_NAME } from './constants'
4-
import { config } from './index'
4+
import { config } from './config'
55
import { matchName } from './utils/matchName'
66

77
interface IStubOptions {

0 commit comments

Comments
 (0)