Appearance
颜色选择是对el-color-picker的封装,用于显示在form表单中。
<app-color v-model="color"></app-color>
const color = ref('')
其他属性,事件参考element-plus官方