We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e910e9c commit e26ef3fCopy full SHA for e26ef3f
docs/config/README.md
@@ -22,6 +22,10 @@ The file should export an object containing options:
22
23
``` js
24
// vue.config.js
25
+
26
+/**
27
+ * @type {import('@vue/cli-service').ProjectOptions}
28
+ */
29
module.exports = {
30
// options...
31
}
docs/ru/config/README.md
@@ -22,6 +22,10 @@ sidebar: auto
```js
// настройки...
docs/zh/config/README.md
// 选项...
0 commit comments