there is a mobile project currently in testing, using vue (2.2.2) + mint-ui for development, and I don"t know how to handle compatibility. What method should be used to determine whether the current environment is working properly?
I just looked at the compatibility of vue. Android is 6 and iOS is 10. Do I want to judge that if ua is a version below Android 6 or ios 10, it directly tells the user that it is not compatible and cannot be run?
how does the online project solve this problem?