diff options
| author | taehoon <th.dev91@gmail.com> | 2019-04-29 14:37:08 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-05-03 11:40:06 -0400 |
| commit | 220a7e89d5087af3989975cb326cd4d8f60cbc6a (patch) | |
| tree | f14e10cc1f5168b387b99ff2511e47d5de17563a /src/App.js | |
| parent | abad528dd4885265f5d80056d430eb0341022a99 (diff) | |
use native scrollbar
Diffstat (limited to 'src/App.js')
| -rw-r--r-- | src/App.js | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -39,14 +39,7 @@ export default { window.CSS.supports('-moz-mask-size', 'contain') || window.CSS.supports('-ms-mask-size', 'contain') || window.CSS.supports('-o-mask-size', 'contain') - ), - isMobile: navigator.userAgent.match(/Android/i) || - navigator.userAgent.match(/webOS/i) || - navigator.userAgent.match(/iPhone/i) || - navigator.userAgent.match(/iPad/i) || - navigator.userAgent.match(/iPod/i) || - navigator.userAgent.match(/BlackBerry/i) || - navigator.userAgent.match(/Windows Phone/i) + ) }), created () { // Load the locale from the storage |
