Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 588 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 588 Bytes

Utils

Util function services

!>In weex-ui V0.6.0 version above, in order to reduce packaging size, Binding related judgments are transferred from Utils.env to BindEnv.

Rule

Code Example

<script>
  import { Utils } from 'weex-ui';
  // Utils.env.getPageHeight();
  // 如果想使用 bind 相关判断
  // import { BindEnv } from 'weex-ui';
</script>

More details can be found in here