Skip to content

Commit

Permalink
Grammar fix for Installing vue-i18n-loader (#1258)
Browse files Browse the repository at this point in the history
* Grammar fix for Installing vue-i18n-loader

* Undoing previous Change 

Undoing to make the change in the correct spot :)

* Grammar fix for Installing vue-i18n-loader

Apply changes to generating document :)
  • Loading branch information
TerabyteTiger committed Jun 9, 2021
1 parent 837067b commit 32b2321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vuepress/guide/sfc.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default {

## Installing vue-i18n-loader

You need to install `vue-loader` and `vue-i18n-loader` due to use `<i18n>` custom blocks. While [vue-loader](https://github.com/vuejs/vue-loader) most likely is already used in your project if you are working with single file components, you must install [vue-i18n-loader](https://github.com/kazupon/vue-i18n-loader) additionally:
You need to install `vue-loader` and `vue-i18n-loader` to use `<i18n>` custom blocks. While [vue-loader](https://github.com/vuejs/vue-loader) most likely is already used in your project if you are working with single file components, you must install [vue-i18n-loader](https://github.com/kazupon/vue-i18n-loader) additionally:

```sh
npm i --save-dev @kazupon/vue-i18n-loader
Expand Down

0 comments on commit 32b2321

Please sign in to comment.