You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 31, 2024. It is now read-only.
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 :)
Copy file name to clipboardExpand all lines: vuepress/guide/sfc.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ export default {
47
47
48
48
## Installing vue-i18n-loader
49
49
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:
0 commit comments