0👍
Generally understood.
The problem was not with Safari support per se, but with the non-working popup window setting
display: flex.
Changed to
display: table
and it worked
- [Vuejs]-Nuxt.js Hackernews API sort posts by time desc newer ones first
- [Vuejs]-Vuejs 3.2 Dynamic Component KO
Source:stackexchange.com