0.0.8 • Published 5 months ago

distinctui-uni v0.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
5 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"
    }
  }