chore: upgrade unplugin-vue-i18n reference link (#458)

This commit is contained in:
Kirk Lin 2022-12-21 23:28:52 +08:00 committed by GitHub
parent 2d24af2ff2
commit 12d3179e6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,10 +127,11 @@ export default defineConfig({
}, },
}), }),
// https://github.com/intlify/bundle-tools/tree/main/packages/vite-plugin-vue-i18n // https://github.com/intlify/bundle-tools/tree/main/packages/unplugin-vue-i18n
VueI18n({ VueI18n({
runtimeOnly: true, runtimeOnly: true,
compositionOnly: true, compositionOnly: true,
fullInstall: true,
include: [path.resolve(__dirname, 'locales/**')], include: [path.resolve(__dirname, 'locales/**')],
}), }),