Commit 92c02cb0 authored by Alexander Sokolov's avatar Alexander Sokolov Committed by kazuya kawaguchi

docs: [RU] Translation update (#1611)

* [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
parent 1f57f5e9
......@@ -74,7 +74,7 @@ This is the documentation for component B.
<!-- ComponentA.vue -->
<template>
<div>
<ComponentB/>
<ComponentB />
<p>{{ docs }}</p>
</div>
</template>
......
......@@ -88,7 +88,7 @@ module.exports = {
loader: 'sass-loader',
options: {
// вы можете также указать файл, например `variables.scss`
// use `data` here if sass-loader version < 8
// используйте свойство `data` здесь, если версия sass-loader < 8
prependData: `$color: red;`
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment