Skip to content

Commit e0ef407

Browse files
meteorlxyfgiraud
authored and
fgiraud
committedSep 21, 2019
fix($theme-default): regression of custom container default title (#1875)
1 parent 0e8a442 commit e0ef407

File tree

1 file changed

+3
-0
lines changed
  • packages/@vuepress/theme-default

1 file changed

+3
-0
lines changed
 

‎packages/@vuepress/theme-default/index.js

+3
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,21 @@ module.exports = (options, ctx) => ({
2424
['container', {
2525
type: 'tip',
2626
defaultTitle: {
27+
'/': 'TIP',
2728
'/zh/': '提示'
2829
}
2930
}],
3031
['container', {
3132
type: 'warning',
3233
defaultTitle: {
34+
'/': 'WARNING',
3335
'/zh/': '注意'
3436
}
3537
}],
3638
['container', {
3739
type: 'danger',
3840
defaultTitle: {
41+
'/': 'WARNING',
3942
'/zh/': '警告'
4043
}
4144
}]

0 commit comments

Comments
 (0)
Please sign in to comment.