Skip to content
This repository was archived by the owner on Dec 31, 2024. It is now read-only.

Commit 32b2321

Browse files
Grammar fix for Installing vue-i18n-loader (#1258)
* 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 :)
1 parent 837067b commit 32b2321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vuepress/guide/sfc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default {
4747

4848
## Installing vue-i18n-loader
4949

50-
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:
50+
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:
5151

5252
```sh
5353
npm i --save-dev @kazupon/vue-i18n-loader

0 commit comments

Comments
 (0)