更新记录
1.0.3(2022-06-01) 下载此版本
更新文档
1.0.2(2022-06-01) 下载此版本
更新文档
1.0.1(2022-05-23) 下载此版本
修复bug
查看更多平台兼容性
uni-app
Vue2 | Vue3 | Chrome | Safari | app-vue | app-nvue | Android | iOS | 鸿蒙 |
---|---|---|---|---|---|---|---|---|
√ | - | - | - | - | - | - | - | - |
微信小程序 | 支付宝小程序 | 抖音小程序 | 百度小程序 | 快手小程序 | 京东小程序 | 鸿蒙元服务 | QQ小程序 | 飞书小程序 | 快应用-华为 | 快应用-联盟 |
---|---|---|---|---|---|---|---|---|---|---|
√ | - | - | - | - | - | - | - | - | - | - |
jr-weather (小程序、APP天气插件)
使用方法
引入、注册组件 ,示例如下;
<template>
<view class="content">
<weather ref="locationAndWeather" />
</view>
</template>
<script>
import weather from '@/uni_modules/jr-weather/components/jr-weather/jr-weather.vue'
export default {
components:{
weather
}
}
</script>
Attributes
属性 | 说明 | 类型 | 默认值 |
---|---|---|---|
color | 文字颜色 | string | #000000 |
iconColor | 图标颜色 | string | #3472F0 |