It seems that it is directly bound to the html file. I guess it is not the fault of Vue. Check whether it uses any features that are not supported by iOS8, and then does not add polyfill, causing program errors
You can check the browser version of your IOS and then confirm whether it is a vuejs problem. You can check this article to confirm your compatibility issues. How is the compatibility of Vue.js mobile browsers? , of course does not rule out problems with your code.
Are all other versions good?
It seems that it is directly bound to the html file. I guess it is not the fault of Vue. Check whether it uses any features that are not supported by iOS8, and then does not add polyfill, causing program errors
Obviously there is a problem with your code, use the computer to debug it and see
How did you solve this compatibility issue
You can check the browser version of your IOS and then confirm whether it is a vuejs problem. You can check this article to confirm your compatibility issues. How is the compatibility of Vue.js mobile browsers? , of course does not rule out problems with your code.