File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import type { VueI18nInternal } from './legacy'
2020import type { Composer } from './composer'
2121import type { Locale , TranslateOptions , NamedValue } from '@intlify/core-base'
2222
23- type VTDirectiveValue = {
23+ export type VTDirectiveValue = {
2424 path : string
2525 locale ?: Locale
2626 args ?: NamedValue
Original file line number Diff line number Diff line change @@ -102,7 +102,11 @@ export {
102102 BaseFormatProps ,
103103 ComponentI18nScope
104104} from './components'
105- export { vTDirective , TranslationDirective } from './directive'
105+ export {
106+ vTDirective ,
107+ VTDirectiveValue ,
108+ TranslationDirective
109+ } from './directive'
106110export { I18nPluginOptions } from './plugin'
107111export { VERSION } from './misc'
108112export { Disposer } from './types'
Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ export {
127127} from '../../vue-i18n-core/src/components'
128128export {
129129 vTDirective ,
130+ VTDirectiveValue ,
130131 TranslationDirective
131132} from '../../vue-i18n-core/src/directive'
132133export { I18nPluginOptions } from '../../vue-i18n-core/src/plugin'
Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ export {
124124} from '../../vue-i18n-core/src/components'
125125export {
126126 vTDirective ,
127+ VTDirectiveValue ,
127128 TranslationDirective
128129} from '../../vue-i18n-core/src/directive'
129130export { I18nPluginOptions } from '../../vue-i18n-core/src/plugin'
You can’t perform that action at this time.
0 commit comments