Skip to content

Commit e6acae2

Browse files
authored
Merge pull request #148 from IlyaSemenov/fix/146
Prevent circular import, fix build in Vite 6
2 parents 76377a9 + d4dd3ee commit e6acae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mixins.ts

+1-1
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)