Skip to content

Commit e2007ef

Browse files
authored
fix: locale type importing (#303)
closes #302
1 parent 9c20325 commit e2007ef

File tree

1 file changed

+1
-1
lines changed
  • packages/vue-i18n/src/components

1 file changed

+1
-1
lines changed

packages/vue-i18n/src/components/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Locale } from '@intlify/core'
1+
import type { Locale } from '@intlify/core-base'
22
import type { I18nScope } from '../i18n'
33

44
export type ComponetI18nScope = Exclude<I18nScope, 'local'>

0 commit comments

Comments
 (0)