We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c39e0 commit 60d8cf7Copy full SHA for 60d8cf7
packages/unplugin-vue-i18n/src/core/options.ts
@@ -5,7 +5,7 @@ import type { PluginOptions } from '../types'
5
import type { TranslationDirectiveResolveIndetifier } from '../vue'
6
7
export function resolveOptions(options: PluginOptions) {
8
- const moduleType = (options.module || 'vue-i18n') as string
+ const moduleType = options.module || 'vue-i18n'
9
10
// normalize for `options.onlyLocales`
11
let onlyLocales: string[] = []
0 commit comments