更新记录
0.0.2(2021-08-13) 下载此版本
多个项目修改更新测试
0.0.1(2021-08-13) 下载此版本
不要下载使用,不要下载使用,不要下载使用。 首次发布,测试版本,内部使用。
平台兼容性
ay-page
不要下载 不要下载 不要下载
测试项目,未完善,请勿下载使用,使用到 GraceUI5 商业插件,请自行购买使用 使用步骤 1、COOL-UNI npm i cl-uni
// pages.json easycom "cl-(.*)": "cl-uni/components/cl-$1/cl-$1.vue" // App.vue
<style lang="scss"> @import "cl-uni/index.scss"; </style>// cl-uni.scss @import "cl-uni/theme.scss"; / 默认主题色 / $cl-color-primary: #409eff; $cl-color-default: #dcdfe6; $cl-color-success: #67c23a; $cl-color-warning: #e6a23c; $cl-color-error: #dd524d; $cl-color-info: #909399; $cl-color-disabled: #c0c4cc;
/ 自定义主题色 / $cl-color-primary: red; $cl-color-default: green; $cl-color-success: yellow; $cl-color-warning: pink; $cl-color-error: blue; $cl-color-info: white; $cl-color-disabled: black; // cl-uni 结束