色盘
<lee-color-disk :width="200" :height="200" @complete="complete" shape="square"></lee-color-disk>
<script> export default { data() { return { color:'' } }, watch: { }, methods:{ complete(color){ this.color='#'+color } }, mounted(){ } } </script>
<lee-color-disk :width="300" :height="300" @complete="complete"></lee-color-disk>
circle
square
← Cells 列表分组 Collapse 折叠面板 →