Utils

Weex Ui 中的公共函数服务

weex-ui V0.6.0 版本以上,为了减少打包体积,Binding 相关判断由 Utils.env 转移到 BindEnv

规则

utils 功能函数 - 图1

使用方法

  1. <script>
  2. import { Utils } from 'weex-ui';
  3. // Utils.env.getPageHeight();
  4. // if you want to use bind utils
  5. // import { BindEnv } from 'weex-ui';
  6. </script>

更详细代码和文档可以参考 utils


Please feel free to use and contribute to the development.

原文: https://alibaba.github.io/weex-ui/#/cn/packages/utils/