Skip to content

Commit d4dd3ee

Browse files
committed
prevent circular import, fix build in Vite 6 (#146)
1 parent 76377a9 commit d4dd3ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mixins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { ComponentBase } from './component'
22
import { obtainSlot } from './slot'
33
import type { VueCons } from './class'
4-
import { Vue } from './index'
4+
import { Base as Vue } from './class'
55

66
import type { MergeIdentityType, IdentitySymbol } from './identity'
77
type MixedClass<Mixins extends VueCons[], Base extends VueCons = VueCons> =

0 commit comments

Comments
 (0)