0.0.11 • Published 2 years ago

distinct-uni-ui v0.0.11

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

distinct-ui

卓正医疗小程序 UI 组件库

Usage

npm install distinct-ui
// or
yarn add distinct-ui

uni-app 项目 pages.json 配置

"easycom": {
	"autoscan": true,
	"custom": {
		"dist-(.*)": "distinct-uni-ui/distinctui/dist-$1/dist-$1.vue"
	}
}