We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
docs/.vuepress/config.js
1 parent ffdc3ec commit ac33e45Copy full SHA for ac33e45
docs/.vuepress/config.js
@@ -29,7 +29,7 @@ module.exports = {
29
title: 'Vue Test Utils',
30
lang: 'pt',
31
description: 'Utilitários para testes de componentes de Vue'
32
- },
+ }
33
},
34
plugins: ['@vuepress/pwa'],
35
head: [
@@ -209,7 +209,7 @@ module.exports = {
209
'/fr/api/components/'
210
]
211
212
- '/': {
+ '/pt/': {
213
label: 'Português',
214
selectText: 'Idiomas',
215
editLinkText: 'Edite esta página no GitHub',
@@ -243,7 +243,7 @@ module.exports = {
243
'/pt/api/options',
244
'/pt/api/components/'
245
246
247
}
248
249
extendMarkdown: md => {
0 commit comments