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'
20
20
import type { Composer } from './composer'
21
21
import type { Locale , TranslateOptions , NamedValue } from '@intlify/core-base'
22
22
23
- type VTDirectiveValue = {
23
+ export type VTDirectiveValue = {
24
24
path : string
25
25
locale ?: Locale
26
26
args ?: NamedValue
Original file line number Diff line number Diff line change @@ -102,7 +102,11 @@ export {
102
102
BaseFormatProps ,
103
103
ComponentI18nScope
104
104
} from './components'
105
- export { vTDirective , TranslationDirective } from './directive'
105
+ export {
106
+ vTDirective ,
107
+ VTDirectiveValue ,
108
+ TranslationDirective
109
+ } from './directive'
106
110
export { I18nPluginOptions } from './plugin'
107
111
export { VERSION } from './misc'
108
112
export { Disposer } from './types'
Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ export {
127
127
} from '../../vue-i18n-core/src/components'
128
128
export {
129
129
vTDirective ,
130
+ VTDirectiveValue ,
130
131
TranslationDirective
131
132
} from '../../vue-i18n-core/src/directive'
132
133
export { I18nPluginOptions } from '../../vue-i18n-core/src/plugin'
Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ export {
124
124
} from '../../vue-i18n-core/src/components'
125
125
export {
126
126
vTDirective ,
127
+ VTDirectiveValue ,
127
128
TranslationDirective
128
129
} from '../../vue-i18n-core/src/directive'
129
130
export { I18nPluginOptions } from '../../vue-i18n-core/src/plugin'
You can’t perform that action at this time.
0 commit comments