new color selection panel

This commit is contained in:
就眠儀式
2022-02-13 17:00:22 +08:00
parent 32cd80145e
commit d97e34c078
11 changed files with 658 additions and 411 deletions

View File

@@ -7,7 +7,7 @@
<a href="https://coveralls.io/r/sentsin/layui?branch=master"><img alt="Test Coverage" src="https://img.shields.io/coveralls/sentsin/layui/master.svg"></a>
</p>
**[🔶 Read Document](http://layui-vue.pearadmin.com)**
**[🔶 Explore the docs »](http://layui-vue.pearadmin.com)**
An enterprise-class UI components based on Layui and Vue.
@@ -32,6 +32,7 @@ Use npm to install.
```bash
npm i @layui/layui-vue
```
We have several examples on the [website](http://layui-vue.pearadmin.com). Here is the first one to get you started:
```