UNPKG

vue-mobile-detection

Version:

Vue.js prototype function `this.$isMobile()` that returns a Boolean value depending on whether or not the user is browsing with a mobile

9 lines (6 loc) 173 B
<meta charset="utf-8"> <title>vue-mobile-detection demo</title> <script src="./vue-mobile-detection.umd.js"></script> <script> console.log(vue-mobile-detection) </script>