unibest/src/pages/index/demo/uni-ui.vue
2024-01-09 09:34:45 +08:00

13 lines
305 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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