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

13 lines
305 B
Vue
Raw Normal View History

2024-01-09 09:34:45 +08:00
<route lang="json5">
{
style: { navigationBarTitleText: 'UniUI 使用' },
}
</route>
2024-01-08 21:24:39 +08:00
<template>
<uni-card>
<text>这是一个基础卡片示例内容较少此示例展示了一个没有任何属性不带阴影的卡片</text>
</uni-card>
<uni-badge text="1"></uni-badge>
</template>