841 B
		
	
	
	
	
			
		
		
	
	
			841 B
		
	
	
	
	
			
				
  #### æ¯ææ´å¤å
厚é
įŊŽ
  ä¸į§æ¯æå°éĸã头åãæ éĸåæčŋ°äŋĄæ¯įåĄįã
  #### Support more content configuration
  A Card that supports `cover`, `avatar`, `title` and `description`.
	<template>
  <a-card hoverable style="width: 300px">
    <img
      alt="example"
      src="https://gw.alipayobjects.com/zos/rmsportal/JiqGstEfoWAOHiTxclqi.png"
      slot="cover"
    />
    <template class="ant-card-actions" slot="actions">
      <a-icon type="setting" />
      <a-icon type="edit" />
      <a-icon type="ellipsis" />
    </template>
    <a-card-meta title="Card title" description="This is the description">
      <a-avatar
        slot="avatar"
        src="https://zos.alipayobjects.com/rmsportal/ODTLcjxAfvqbxHnVXCYX.png"
      />
    </a-card-meta>
  </a-card>
</template>