Skip to content

Commit 62cfe99

Browse files
authored
docs: consistency of vue files notation (#1183)
1 parent 6c1e53f commit 62cfe99

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/en/options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ module.exports = {
8787

8888
### postcss
8989

90-
> Note: It is recommended to use a PostCSS config file instead so that your styles in vue files and normal CSS can share the same config. [The usage is the same as `postcss-loader`](https://github.com/postcss/postcss-loader#usage).
90+
> Note: It is recommended to use a PostCSS config file instead so that your styles in `*.vue` files and normal CSS can share the same config. [The usage is the same as `postcss-loader`](https://github.com/postcss/postcss-loader#usage).
9191
9292
- type: `Array` or `Function` or `Object`
9393

docs/ja/options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ module.exports = {
8686

8787
### postcss
8888

89-
> メモ: 代わりに、vue ファイルと通常の CSS が同じ設定を共有することができるため、PostCSS 設定ファイルの使用を推奨されています。[使用法は `postcss-loader` と同じです](https://github.com/postcss/postcss-loader#usage)
89+
> メモ: 代わりに、`*.vue` ファイルと通常の CSS が同じ設定を共有することができるため、PostCSS 設定ファイルの使用を推奨されています。[使用法は `postcss-loader` と同じです](https://github.com/postcss/postcss-loader#usage)
9090
9191
- 型: `Array` もしくは `Function``Object`
9292

docs/zh-cn/options.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ module.exports = {
8686

8787
### postcss
8888

89-
> 注意:这里推荐使用 PostCSS 配置文件代替,这样你的 `.vue` 文件中的样式和普通的 CSS 样式可以共享相同的配置。[用法和 `postcss-loader` 相同](https://github.com/postcss/postcss-loader#usage)
89+
> 注意:这里推荐使用 PostCSS 配置文件代替,这样你的 `*.vue` 文件中的样式和普通的 CSS 样式可以共享相同的配置。[用法和 `postcss-loader` 相同](https://github.com/postcss/postcss-loader#usage)
9090
9191
- 类型:`Array` or `Function` or `Object`
9292

93-
指定要应用于 `.vue` 文件中 CSS 的自定义 PostCSS 插件。如果使用函数,函数将使用相同的 loader 上下文调用,并返回一个插件数组。
93+
指定要应用于 `*.vue` 文件中 CSS 的自定义 PostCSS 插件。如果使用函数,函数将使用相同的 loader 上下文调用,并返回一个插件数组。
9494

9595
``` js
9696
// ...

0 commit comments

Comments
 (0)