我是靠谱客的博主 慈祥黄豆,最近开发中收集的这篇文章主要介绍uView 中 API 的 Props 使用uView 中 API 的 Props 使用,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

uView 中 API 的 Props 使用

在这里插入图片描述

你确定不会用 API 中的 Props ? 我以 uView 框架中的 NoticeBar 滚动通知 来和你简单说下吧 !

需求 : 在官方代码中添加 Props 中的 volumeIcon 属性

添加前代码 :

<u-notice-bar mode="vertical" :list="list" type="none"></u-notice-bar>

添加后的代码为 :

<u-notice-bar mode="vertical" :list="list" type="none" :volumeIcon="false"></u-notice-bar>

小结 :
只要在 html 代码中按 属性名="属性值":属性名="属性值" 的方式添加 Props 中属性即可 !

最后

以上就是慈祥黄豆为你收集整理的uView 中 API 的 Props 使用uView 中 API 的 Props 使用的全部内容,希望文章能够帮你解决uView 中 API 的 Props 使用uView 中 API 的 Props 使用所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(64)

评论列表共有 0 条评论

立即
投稿
返回
顶部