1.0.1 • Published 9 months ago

realtimeweather v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

说明

weatherui 是查询当前所在地的实时天气的组件

安装

yarn add realtimeweather -S

使用

在src/main.js
import realtimeweather from 'realtimeweather';
Vue.use(realtimeweather);
import 'realtimeweather/weatherui.css';

组件

<weatherui />

<script>
export default {
  
}
</script>
1.0.1

9 months ago

1.0.0

9 months ago