1.0.3 • Published 4 years ago

@xuanmo/vue-color-picker v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

颜色选择器

使用方法

import Vue from 'vue'
import XColorPicker from '@xuanmo/vue-color-picker'
Vue.use(XColorPicker)
<x-color-picker v-model="color" />

props

字段名说明类型默认值
v-model(value)获取选中颜色string#000000

events

事件名说明回调参数
change颜色值发生改变时触发color

示例

example.png

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.0

4 years ago