367 B
		
	
	
	
	
			
		
		
	
	
			367 B
		
	
	
	
	
			
				
#### ้ๆๅบฆ
ๅผๅฏๅฑๆง `alpha`๏ผๅฏไปฅ้ๆฉๅธฆ Alpha ้้็้ข่ฒใ
#### Alpha
Set the property `alpha` true, to select a color with alpha channel.
	<template>
  <a-color-picker v-model="color" :alpha="true" />
</template>
<script>
export default {
  data() {
    return {
      color: '#1890ff',
    };
  },
};
</script>