13 lines
305 B
Vue
13 lines
305 B
Vue
<route lang="json5">
|
||
{
|
||
style: { navigationBarTitleText: 'UniUI 使用' },
|
||
}
|
||
</route>
|
||
|
||
<template>
|
||
<uni-card>
|
||
<text>这是一个基础卡片示例,内容较少,此示例展示了一个没有任何属性不带阴影的卡片。</text>
|
||
</uni-card>
|
||
<uni-badge text="1"></uni-badge>
|
||
</template>
|