mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-09 05:16:23 +10:00
chore: fix code snippet typo (missing semi-colon) (#658)
This commit is contained in:
@@ -374,7 +374,7 @@ But the `refresh` button activates the new service worker immediately.
|
||||
``` js
|
||||
module.exports = {
|
||||
themeConfig: {
|
||||
serviceWorker {
|
||||
serviceWorker: {
|
||||
updatePopup: true | {message: "New content is available.", buttonText: "Refresh"}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user