0.1.6 • Published 6 months ago

distinctui-uni v0.1.6

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

distinct-ui

卓正医疗小程序 UI 组件库

Usage

npm install distinctui-uni
// or
yarn add distinctui-uni

uni-app 项目 pages.json 配置

"easycom": {
    "autoscan": true,
    "custom": {
      "^d-(.*)": "distinctui-uni/lib/components/d-$1/d-$1.vue"
    }
  }