Skip to content

Commit

Permalink
docs(README): fix typo in the README of vite-plugin-vue-i18n (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickxlao919 committed Sep 20, 2021
1 parent b7c8325 commit 7301ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vite-plugin-vue-i18n/README.md
Expand Up @@ -218,7 +218,7 @@ vite-plugin-vue-i18n will automatically select and bundle Vue I18n build accordi

About details, See the [here](https://vue-i18n.intlify.dev/guide/advanced/optimization.html#improve-performance-and-reduce-bundle-size-with-runtime-build-only)

### For `petite-vue-ei18n`
### For `petite-vue-i18n`

vite-plugin-vue-i18n will automatically select and bundle `petite-vue-i18n` build according to the following vite behavior:

Expand Down Expand Up @@ -423,7 +423,7 @@ About details, See the below section
- **Type:** `boolean`
- **Default:** `false`

Whether to use the imporot name of `petite-vue-i18n` with the same import name as vue-i18n (`import { xxx } from vue-i18n`).
Whether to use the import name of `petite-vue-i18n` with the same import name as vue-i18n (`import { xxx } from 'vue-i18n'`).

This option allows a smooth migration from `petite-vue-i18n` to `vue-i18n` and allows progressive enhacement.

Expand Down

0 comments on commit 7301ba3

Please sign in to comment.