Skip to content

Commit 111240c

Browse files
authored
docs: [RU/ZH] Fix example (#1648)
* [RU] Translation moved to VuePress * custom-block.md example fix * fix link * options.md правка * testing.md fix links * linting.md fix link * options.md added new section * options.md add exposeFilename * guide/README.md update * README.md обновление * docs: [RU] update * pre-processors.md update * custom-blocks.md update * pre-processors.md fix example
1 parent a518f2b commit 111240c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: docs/ru/guide/pre-processors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module.exports = {
6262
{
6363
loader: 'sass-loader',
6464
options: {
65-
indentedSyntax: true
65+
indentedSyntax: true,
6666
// sass-loader >= 8
6767
sassOptions: {
6868
indentedSyntax: true

Diff for: docs/zh/guide/pre-processors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module.exports = {
6262
{
6363
loader: 'sass-loader',
6464
options: {
65-
indentedSyntax: true
65+
indentedSyntax: true,
6666
// sass-loader version >= 8
6767
sassOptions: {
6868
indentedSyntax: true

0 commit comments

Comments
 (0)