mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 11:54:02 +00:00
fix: remove zan-utils/validate dependencies
This commit is contained in:
3
packages/utils/env/is-andriod.js
vendored
Normal file
3
packages/utils/env/is-andriod.js
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function() {
|
||||
return /android/.test(navigator.userAgent.toLowerCase());
|
||||
}
|
Reference in New Issue
Block a user