1.0.3 • Published 3 years ago

v-palette v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

vue-palette

用来调节选取颜色的控件

安装使用步骤

# 第一步 导入 注册
import vuePalette from 'v-palette'

Vue.use(vuePalette)


# 第二步 直接就可以使用了
<vue-palette label="色调" @change="mychange" />

# props
label  类型String  必填项 是用来切换控件类型的
(类型总共有七种 色温,色调,自然饱和度,饱和度,曝光,亮度,对比度)

v-model

@change 回调事件

For detailed explanation on how things work, consult the docs for vue-loader.

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago