# vue-calendar-map
**Repository Path**: fcli/vue-calendar-map
## Basic Information
- **Project Name**: vue-calendar-map
- **Description**: 仿git提交 vue3 日历热点图
- **Primary Language**: Unknown
- **License**: MulanPSL-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2023-11-01
- **Last Updated**: 2023-11-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# vue-calendar-map
## 仿git提交 vue3 日历热点图
```bash
npm install @fcli/vue-calendar-map --save-dev 来安装
在项目中使用
import VueCalendarMap from '@fcli/vue-calendar-map';
const app=createApp(App)
app.use(VueCalendarMap);
```
## 使用实例
```
```
## 参数说明
| 属性 | 属性名称 | 类型 | 可选值 |
| ------ | -------- | ------ | ------ |
| timeData | 日期和数量对应对象 | Object | {} |
| maxData | 最大值 | Number | 0 |