ColorPicker
基础用法
vue
<template>
<GColorPicker></GColorPicker>
</template>
<script lang="ts" setup>
import { GColorPicker } from '@lingjhf/guava-vue'
</script>