You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.. | ||
components | 1 year ago | |
changelog.md | 1 year ago | |
package.json | 1 year ago | |
readme.md | 1 year ago |
readme.md
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 |