easy-temps / vue3-vant-mobile

An mobile web apps template based on the Vue 3 ecosystem。一个基于 Vue 3 生态系统的移动 web 应用模板,帮助你快速完成业务开发。
https://vue3-vant-mobile.netlify.app
MIT License
1.2k stars 246 forks source link

框架中的引用的workbox的作用和影响 #120

Closed Superqinqing closed 2 months ago

CharleeWa commented 2 months ago

框架集成了 PWA,Workbox 作资源预缓存。

Superqinqing commented 2 months ago

发现发布新的资源页面资源没有更新,是不是这引起的,必须再次打开页面才会重新加载js等

CharleeWa commented 2 months ago

有可能是跟 Workbox 缓存策略更新有关系,建议进一步查看相关文档。

Superqinqing commented 2 months ago

VitePWA 配置中增加 disable:false, selfDestroying:true 感觉解决了这个问题 image