16 lines
412 B
Vue
Raw Normal View History

2024-01-09 09:34:45 +08:00
<route lang="json5">
{
style: { navigationBarTitleText: 'UniUI Icons 使用' },
}
</route>
2024-01-08 21:24:39 +08:00
<template>
<view class="m-4">
<uni-icons type="contact" size="30"></uni-icons>
<uni-icons type="contact" size="30" color="red"></uni-icons>
<view class="text-blue-300"
>注意在微信小程序中不支持改颜色即设置了颜色也会变成默认的#333</view
>
</view>
</template>