@kaiyinchem/ky-uniui
v1.1.17
Published
an uniapp ui
Readme
介绍
凯茵内部uniapp组件库,以ky-开头安装
npm i @kaiyinchem/ky-uniui使用
pages.json设置
"easycom": {
"autoscan": true,
"custom": {
"^ky-(.*)": "@kaiyinchem/ky-uniui/components/ky-$1.vue"
}
},App.vue引入css
@import '@kaiyinchem/ky-uniui/style/var.css';组件中
<ky-btn>按钮</ky-btn>