代码拉取完成,页面将自动刷新
<template>
<view class="u-page">
<view class="u-page__item">
<text class="u-page__item__title" style="margin-top: 0;">默认</text>
<view class="u-page__item__content">
<up-title>
默认标题
</up-title>
</view>
</view>
<view class="u-page__item">
<text class="u-page__item__title" style="margin-top: 0;">自定义前缀</text>
<view class="u-page__item__content">
<up-title>
<template #prefix>
<up-icon name="level" color="red" size="16px"></up-icon>
</template>
等级3
</up-title>
</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
};
},
methods: {
}
};
</script>
<style lang="scss" scoped>
.u-page__item {
margin-bottom: 15px;
}
.u-page__item__title {
margin-bottom: 10px;
}
</style>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。