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.
1 parent 0e8a442 commit e0ef407Copy full SHA for e0ef407
packages/@vuepress/theme-default/index.js
@@ -24,18 +24,21 @@ module.exports = (options, ctx) => ({
24
['container', {
25
type: 'tip',
26
defaultTitle: {
27
+ '/': 'TIP',
28
'/zh/': '提示'
29
}
30
}],
31
32
type: 'warning',
33
34
+ '/': 'WARNING',
35
'/zh/': '注意'
36
37
38
39
type: 'danger',
40
41
42
'/zh/': '警告'
43
44
}]
0 commit comments