lighting-ui
Version:
A rich interaction, lightweight, high performance UI library based on Weex
17 lines (12 loc) • 372 B
Markdown
# Utils
> Weex Ui 中的公共函数服务
## 规则
<img src="https://img.alicdn.com/tfs/TB13AAPgcLJ8KJjy0FnXXcFDpXa-2420-1046.png" width="860"/>
## 使用方法
```vue
<script>
import { Utils } from 'weex-ui';
// Utils.env.getPageHeight();
</script>
```
更详细代码可以参考 [utils](https://github.com/alibaba/weex-ui/blob/master/packages/utils/index.js)