Skip to content

Commit be52944

Browse files
authored
docs: Update plugin pwa docs (#2132)
1 parent c6a3cb5 commit be52944

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

packages/docs/docs/plugin/official/plugin-pwa.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,15 @@ module.exports = {
4646
['meta', { name: 'msapplication-TileImage', content: '/icons/msapplication-icon-144x144.png' }],
4747
['meta', { name: 'msapplication-TileColor', content: '#000000' }]
4848
],
49-
plugins: ['@vuepress/pwa', {
50-
serviceWorker: true,
51-
updatePopup: true
52-
}],
49+
plugins: [
50+
[
51+
'@vuepress/pwa',
52+
{
53+
serviceWorker: true,
54+
updatePopup: true
55+
}
56+
]
57+
],
5358
}
5459
```
5560

0 commit comments

Comments
 (0)