mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-22 20:38:55 -05:00
docs: bump Vuepress & enable sw-update popup (#2116)
This commit is contained in:
@@ -25,6 +25,12 @@ module.exports = {
|
||||
selectText: 'Languages',
|
||||
lastUpdated: 'Last Updated',
|
||||
editLinkText: 'Edit this page on GitHub',
|
||||
serviceWorker: {
|
||||
updatePopup: {
|
||||
message: "New content is available.",
|
||||
buttonText: "Refresh"
|
||||
}
|
||||
},
|
||||
nav: [
|
||||
{
|
||||
text: 'Guide',
|
||||
@@ -108,6 +114,12 @@ module.exports = {
|
||||
selectText: '选择语言',
|
||||
lastUpdated: '上次编辑时间',
|
||||
editLinkText: '在 GitHub 上编辑此页',
|
||||
serviceWorker: {
|
||||
updatePopup: {
|
||||
message: "发现新内容可用",
|
||||
buttonText: "刷新"
|
||||
}
|
||||
},
|
||||
nav: [
|
||||
{
|
||||
text: '指南',
|
||||
|
||||
Reference in New Issue
Block a user