diff --git a/packages/@vuepress/plugin-pwa/lib/SWUpdatePopup.vue b/packages/@vuepress/plugin-pwa/lib/SWUpdatePopup.vue index b2e30bdcc5..f8f629140d 100644 --- a/packages/@vuepress/plugin-pwa/lib/SWUpdatePopup.vue +++ b/packages/@vuepress/plugin-pwa/lib/SWUpdatePopup.vue @@ -99,7 +99,7 @@ export default { } .sw-update-popup-enter, .sw-update-popup-leave-to { - opacit: 0; + opacity: 0; transform: translate(0, 50%) scale(0.5); }