npm i -D @vuepress/plugin-pwa@next
import { pwaPlugin } from '@vuepress/plugin-pwa' export default { plugins: [ pwaPlugin({ // 选项 }), ], }