365 B
		
	
	
	
	
			
		
		
	
	
			365 B
		
	
	
	
	
			
				
#### ๆๆกๅฑ็ฐ
็ป่ฏๅ็ปไปถๅ ไธๆๆกๅฑ็คบใ
#### Show copywriting
Add copywriting in rate components.
	<template>
  <span>
    <a-rate v-model='value'/>
    <span class="ant-rate-text">{{value}} stars</span>
  </span>
</template>
<script>
export default {
  data() {
    return {
      value: 3,
    }
  },
}
</script>