docs: 编写 color-picker 文档
This commit is contained in:
@@ -109,7 +109,7 @@ export interface LayColorPicker {
|
||||
}
|
||||
|
||||
const props = withDefaults(defineProps<LayColorPicker>(), {
|
||||
modelValue: { r: 217, g: 128, b: 95, a: 1 },
|
||||
modelValue: { r: 255, g: 255, b: 255, a: 1 },
|
||||
preset: ["#009688", "#1e9fff", "#ffb800", "#ff5722", "#5fb878"],
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user