Skip to content

Commit

Permalink
fix($theme-default): regression of custom container default title (#1875
Browse files Browse the repository at this point in the history
)
  • Loading branch information
meteorlxy authored and fgiraud committed Sep 21, 2019
1 parent 0e8a442 commit e0ef407
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/@vuepress/theme-default/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,21 @@ module.exports = (options, ctx) => ({
['container', {
type: 'tip',
defaultTitle: {
'/': 'TIP',
'/zh/': '提示'
}
}],
['container', {
type: 'warning',
defaultTitle: {
'/': 'WARNING',
'/zh/': '注意'
}
}],
['container', {
type: 'danger',
defaultTitle: {
'/': 'WARNING',
'/zh/': '警告'
}
}]
Expand Down

0 comments on commit e0ef407

Please sign in to comment.