7 lines
217 B
Vue
7 lines
217 B
Vue
![]() |
<template>
|
|||
|
<uni-card>
|
|||
|
<text>这是一个基础卡片示例,内容较少,此示例展示了一个没有任何属性不带阴影的卡片。</text>
|
|||
|
</uni-card>
|
|||
|
<uni-badge text="1"></uni-badge>
|
|||
|
</template>
|