the project I built with vue-cli is normal in other browsers (Google and Firefox, QQ)), but the screen is blank or speed mode in 360. what"s going on?
could you explain the principle in detail?
the project I built with vue-cli is normal in other browsers (Google and Firefox, QQ)), but the screen is blank or speed mode in 360. what"s going on?
could you explain the principle in detail?
Babel can only convert syntax, but cannot be transferred to new API such as Promise. Open the console to see if the error that should be reported is that Promise is not defined, and use Polyfill to solve
.