UNPKG

weex-ui

Version:

A rich interaction, lightweight, high performance UI library based on Weex

19 lines (13 loc) 278 B
# Utils > Weex Ui中的公共函数服务 ## 安装 ```shell npm i weex-ui --save ``` ## 使用方法 ```vue <script> import { Utils } from 'weex-ui' </script> ``` 更详细代码可以参考 [utils](https://github.com/alibaba/weex-ui/blob/master/package/utils/index.js)