Skip to content

取色器 Color Picker

示例代码

<script setup lang="ts">
import { ESColor } from "earthsdk-ui";
</script>

<template>
  <div class="ESColor">
    <ESColor></ESColor>
  </div>
</template>

<style scoped>
.ESColor{
    width: 190px;
    height: 355px;
}
</style>

Attributes

属性名说明类型默认值
color颜色object | string""