Skip to content

Commit 9d5cdf5

Browse files
committed
fix: update import path for RootEmits in use-combobox
1 parent b62d04d commit 9d5cdf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue/src/components/combobox/composables/use-combobox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { PropTypes } from '@destyler/vue'
22
import type { ComputedRef } from 'vue'
3-
import type { RootEmits } from './combobox'
3+
import type { RootEmits } from '../namespace'
44
import type { EmitFn, Optional } from '~/types'
55
import type { CollectionItem } from '~/utils'
66
import * as combobox from '@destyler/combobox'

0 commit comments

Comments
 (0)