Skip to content

Commit

Permalink
docs: Update plugin pwa docs (#2132)
Browse files Browse the repository at this point in the history
  • Loading branch information
kefranabg authored Jan 21, 2020
1 parent c6a3cb5 commit be52944
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions packages/docs/docs/plugin/official/plugin-pwa.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,15 @@ module.exports = {
['meta', { name: 'msapplication-TileImage', content: '/icons/msapplication-icon-144x144.png' }],
['meta', { name: 'msapplication-TileColor', content: '#000000' }]
],
plugins: ['@vuepress/pwa', {
serviceWorker: true,
updatePopup: true
}],
plugins: [
[
'@vuepress/pwa',
{
serviceWorker: true,
updatePopup: true
}
]
],
}
```

Expand Down

0 comments on commit be52944

Please sign in to comment.