Skip to content

Card 卡片

基础用法

标题
  • Item 1
  • Item 2
  • Item 3
查看代码
vue
<template>
  <e-card class="vp-raw" style="width: 250px" header="标题">
    <e-list>
      <e-list-item> Item 1 </e-list-item>
      <e-list-item> Item 2 </e-list-item>
      <e-list-item> Item 3 </e-list-item>
    </e-list>
  </e-card>
</template>