We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f57f5e commit 92c02cbCopy full SHA for 92c02cb
docs/ru/guide/custom-blocks.md
@@ -74,7 +74,7 @@ This is the documentation for component B.
74
<!-- ComponentA.vue -->
75
<template>
76
<div>
77
- <ComponentB/>
+ <ComponentB />
78
<p>{{ docs }}</p>
79
</div>
80
</template>
docs/ru/guide/pre-processors.md
@@ -88,7 +88,7 @@ module.exports = {
88
loader: 'sass-loader',
89
options: {
90
// вы можете также указать файл, например `variables.scss`
91
- // use `data` here if sass-loader version < 8
+ // используйте свойство `data` здесь, если версия sass-loader < 8
92
prependData: `$color: red;`
93
}
94
0 commit comments