unibest/src/pages/index/demo/uni-ui.vue

7 lines
217 B
Vue
Raw Normal View History

2024-01-08 21:24:39 +08:00
<template>
<uni-card>
<text>这是一个基础卡片示例内容较少此示例展示了一个没有任何属性不带阴影的卡片</text>
</uni-card>
<uni-badge text="1"></uni-badge>
</template>