UNPKG

distinctui-uni

Version:

Distinct MiniProgram UI

23 lines (17 loc) 326 B
# `distinct-ui` > 卓正医疗小程序 UI 组件库 ## Usage ```shell npm install distinctui-uni // or yarn add distinctui-uni ``` uni-app 项目 pages.json 配置 ```js "easycom": { "autoscan": true, "custom": { "^d-(.*)": "distinctui-uni/lib/components/d-$1/d-$1.vue" } } ```